terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Protected Member Functions | |
EnumerableSorter () | |
Package Functions | |
EnumerableSorter (Func< TElement, TKey > keySelector, IComparer< TKey > comparer, bool descending, EnumerableSorter< TElement > next) | |
override void | ComputeKeys (TElement[] elements, int count) |
override int | CompareKeys (int index1, int index2) |
void | ComputeKeys (TElement[] elements, int count) |
int | CompareKeys (int index1, int index2) |
int[] | Sort (TElement[] elements, int count) |
Package Attributes | |
Func< TElement, TKey > | keySelector |
IComparer< TKey > | comparer |
bool | descending |
EnumerableSorter< TElement > | next |
TKey[] | keys |
Private Member Functions | |
void | QuickSort (int[] map, int left, int right) |
Definition at line 8 of file EnumerableSorter.cs.