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
Loading...
Searching...
No Matches
System.Array.SorterObjectArray Struct Reference
+ Collaboration diagram for System.Array.SorterObjectArray:

Package Functions

 SorterObjectArray (object[] keys, object[] 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

object[] keys
 
object[] items
 
global::System.Collections.IComparer comparer
 

Detailed Description

Definition at line 5250 of file Array.cs.


The documentation for this struct was generated from the following file: