SortOrder Enum

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Collections
Assembly Skybrud.Essentials.dll
Visibility Public

Enum class representing the sort order of a collection.

public enum SortOrder : Enum { }

Fields

Name Value Summary
Ascending 0

Indicates that items are sorted in ascending order.

Descending 1

Indicates that items are sorted in descending order.