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() [2/8]

static void System.Array.Sort ( Array array,
IComparer comparer )
inlinestatic

Definition at line 554 of file Array.cs.

555 {
556 while (array == null)
557 {
558 }
559 int length = array.Length;
560 }

References System.array, and System.length.