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