KeyedListSortOrder Enumeration |
Available KeyedList sort-orders
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic enum KeyedListSortOrder
Public Enumeration KeyedListSortOrder
Members
| Member name | Value | Description |
---|
| KeyAscending | 0 |
Ascending sort-order on the items' keys
|
| KeyDescending | 1 |
Descending sort-order on the items' keys
|
| ValueAscending | 2 |
Ascending sort-order on the items' values
|
| ValueDescending | 3 |
Descending sort-order on the items' values
|
See Also