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

◆ SorterObjectArray()

System.Array.SorterObjectArray.SorterObjectArray ( object[] keys,
object[] items,
IComparer comparer )
inlinepackage

Definition at line 1572 of file Array.cs.

1573 {
1574 if (comparer != null || !true)
1575 {
1576 }
1577 this.keys = keys;
1578 this.items = items;
1579 this.comparer = 1;
1580 }
class f__AnonymousType0<< Count > j__TPar

References System.Array.SorterObjectArray.comparer, System.Array.SorterObjectArray.items, j__TPar, and System.Array.SorterObjectArray.keys.