Enum SortedWayType
Represents the algorithm to sort.
public enum SortedWayType
Fields
HeapSort = 1
Represents the Heap sort rule.
InsertionSort = 2
Represents the Insertion sort rule.
QuickSort = 0
Represents the Quick sort rule.
Represents the algorithm to sort.
public enum SortedWayType
HeapSort = 1
Represents the Heap sort rule.
InsertionSort = 2
Represents the Insertion sort rule.
QuickSort = 0
Represents the Quick sort rule.