initializes a new instance of
PropertyComparerInfo class with specific property descriptor and direction.
Syntax
'Declaration
Public Function New( _
ByVal As System.ComponentModel.PropertyDescriptor, _
ByVal As System.ComponentModel.ListSortDirection _
)
public PropertyComparerInfo(
System.ComponentModel.PropertyDescriptor ,
System.ComponentModel.ListSortDirection
)
Parameters
- prop
- The PropertyDescriptor object.
- direction
- The System.ComponentModel.ListSortDirection object.
See Also