Initializes a new instance of
TaskComparer class with property comparer info.
Syntax
'Declaration
Public Function New( _
ByVal As System.ComponentModel.PropertyDescriptor, _
ByVal As System.ComponentModel.ListSortDirection _
)
public TaskComparer(
System.ComponentModel.PropertyDescriptor ,
System.ComponentModel.ListSortDirection
)
Parameters
- prop
- The System.ComponentModel.PropertyDescriptor object that references the property.
- direction
- The System.ComponentModel.ListSortDirection value that specifies the order direction.
See Also