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

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

Definition at line 568 of file Array.cs.

569 {
570 while (keys == null)
571 {
572 }
573 int length = keys.Length;
574 }

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