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

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

Definition at line 631 of file Array.cs.

632 {
633 if (array != null)
634 {
635 return;
636 }
637 }

References System.array.