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

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

Definition at line 640 of file Array.cs.

641 {
642 while (array != null)
643 {
644 if (comparison != null)
645 {
646 return;
647 }
648 }
649 }

References System.array, and System.comparison.