'Declaration
Public Function New( _
ByVal prop As System.ComponentModel.PropertyDescriptor, _
ByVal direction As System.ComponentModel.ListSortDirection _
)
public TaskComparer(
System.ComponentModel.PropertyDescriptor prop,
System.ComponentModel.ListSortDirection direction
)
Parameters
prop
The System.ComponentModel.PropertyDescriptor object that references the property.
direction
The System.ComponentModel.ListSortDirection value that specifies the order direction.