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

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

Definition at line 577 of file Array.cs.

578 {
579 while (keys == null)
580 {
581 }
582 int length = keys.Length;
583 }

References System.Array.Length, and System.length.