[]
Initializes a new instance of TaskComparer class.
public TaskComparer()
Public Sub New()
Initializes a new instance of TaskComparer class with property comparer info.
public TaskComparer(PropertyDescriptor prop, ListSortDirection direction)
Public Sub New(prop As PropertyDescriptor, direction As ListSortDirection)
| Type | Name | Description |
|---|---|---|
| PropertyDescriptor | prop | The PropertyDescriptor object that references the property. |
| ListSortDirection | direction | The ListSortDirection value that specifies the order direction. |