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

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

Definition at line 673 of file Array.cs.

674 {
675 while (keys == null)
676 {
677 }
678 if (items != null)
679 {
680 }
681 if (items != null)
682 {
683 return;
684 }
685 }