[]
This class stores info about property to compare and direction.
public class PropertyComparerInfo
| Name | Description |
|---|---|
| PropertyComparerInfo(PropertyDescriptor, ListSortDirection) | initializes a new instance of PropertyComparerInfo class with specific property descriptor and direction. |
| Name | Description |
|---|---|
| Direction | The ListSortDirection of the order. |
| PropertyDescriptor | The PropertyDescriptor of property to compare. |