Enum OrderByDirection
Enumeration that defines values representing valid ordering directions for a sequence.
Namespace: SuperLinq
Assembly: SuperLinq.dll
Syntax
public enum OrderByDirection
Fields
| Name | Description |
|---|---|
| Ascending | Elements are ordered by increasing value |
| Descending | Elements are ordered by decreasing value |