Click or drag to resize

KeyedListSortOrder Enumeration

Available KeyedList sort-orders

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public enum KeyedListSortOrder
Members
  Member nameValueDescription
KeyAscending0 Ascending sort-order on the items' keys
KeyDescending1 Descending sort-order on the items' keys
ValueAscending2 Ascending sort-order on the items' values
ValueDescending3 Descending sort-order on the items' values
See Also