terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Sort()

void System.Array.SorterObjectArray.Sort ( int left,
int length )
inlinepackage

Definition at line 1612 of file Array.cs.

1613 {
1614 this.IntrospectiveSort(left, length);
1615 }
void IntrospectiveSort(int left, int length)
Definition Array.cs:1618

References System.Array.SorterObjectArray.IntrospectiveSort(), and System.length.