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

static void System.Array.Sort< T > ( T[] array,
IComparer< T > comparer )
inlinestatic

Definition at line 623 of file Array.cs.

624 {
625 while (array == null)
626 {
627 }
628 }

References System.array.