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< TKey, TValue >() [2/4]

static void System.Array.Sort< TKey, TValue > ( TKey[] keys,
TValue[] items,
IComparer< TKey > comparer )
inlinestatic

Definition at line 665 of file Array.cs.

666 {
667 while (keys == null)
668 {
669 }
670 }