Enum SortOrder
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
public enum SortOrder
Fields
Fields | Description |
---|---|
Asc | Specifies that the items are sorted in ascending order. |
Desc | Specifies that the items are sorted in descending order. |