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

◆ CompareTo() [1/2]

int IStructuralComparable. System.Array.CompareTo ( object other,
IComparer comparer )
inlineprivate

Definition at line 144 of file Array.cs.

145 {
146 int num2;
147 while (other != null)
148 {
149 int length = this.Length;
150 long num = 0L;
151 object value = this.GetValue((int)num);
152 if (comparer == null)
153 {
154 return num2;
155 }
156 }
157 return num2;
158 }
class f__AnonymousType0<< Count > j__TPar
object GetValue(long index)
Definition Array.cs:250

References System.comparer, System.Array.GetValue(), j__TPar, System.L, System.Array.Length, System.length, and System.value.