The form in which the items of an enumerable will be ordered.

Namespace: Keystone
Assembly: Keystone (in Keystone.dll)

  Member name Description
Ascending The minimum item will be positioned first and the rest of the items will follow in an progressively increasing order. For example, from A to Z, 1 to 9 and December 2015 (oldest) to December 2016 (newest).
Descending The maximum item will be positioned first and the rest of the items will follow in an progressively decreasing order. For example, from Z to A, 9 to 1 and December 2016 (newest) to December 2015 (oldest).