| 
    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 
   | 
 
 Collaboration diagram for System.Array.SorterGenericArray:Package Functions | |
| SorterGenericArray (global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer) | |
| void | SwapIfGreaterWithItems (int a, int b) | 
| void | Sort (int left, int length) | 
Private Member Functions | |
| void | Swap (int i, int j) | 
| void | IntrospectiveSort (int left, int length) | 
| void | IntroSort (int lo, int hi, int depthLimit) | 
| int | PickPivotAndPartition (int lo, int hi) | 
| void | Heapsort (int lo, int hi) | 
| void | DownHeap (int i, int n, int lo) | 
| void | InsertionSort (int lo, int hi) | 
Private Attributes | |
| global::System.Array | keys | 
| global::System.Array | items | 
| global::System.Collections.IComparer | comparer |