Click or drag to resize

OrderByDirection Enumeration

Enumeration that defines values representing valid ordering directions for a sequence.

Namespace:  MoreLinq
Assembly:  MoreLinq (in MoreLinq.dll) Version: 2.4.0
Syntax
public enum OrderByDirection
Members
  Member nameValueDescription
Ascending0 Elements are ordered by increasing value
Descending1 Elements are ordered by decreasing value
See Also