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

static void System.Array.Sort ( Array keys,
Array items,
int index,
int length,
IComparer comparer )
inlinestatic

Definition at line 591 of file Array.cs.

592 {
593 if (keys == null)
594 {
595 return;
596 }
597 if (items != null)
598 {
599 return;
600 }
601 int length2 = keys.Length;
602 if (items != null)
603 {
604 int length3 = items.Length;
605 }
606 Array.SortImpl(keys, items, index, length, comparer);
607 }
class f__AnonymousType0<< Count > j__TPar
static void SortImpl(Array keys, Array items, int index, int length, IComparer comparer)
Definition Array.cs:1309

References System.comparer, System.index, j__TPar, System.Array.Length, System.length, and System.Array.SortImpl().