Table of Contents

Enum SortMode

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the sorting mode.

public enum SortMode

Fields

Ascending = 0

The items are sorted in ascending order.

Descending = 1

The items are sorted in descending order.