Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SorterObjectArray()

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

Definition at line 30 of file Array.cs.

31 {
32 this.keys = keys;
33 this.items = items;
34 this.comparer = comparer;
35 }
readonly object[] items
Definition Array.cs:26
readonly object[] keys
Definition Array.cs:24
readonly IComparer comparer
Definition Array.cs:28

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