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

int IStructuralComparable. System.Tuple< T1, T2, T3, T4 >.CompareTo ( object other,
IComparer comparer )
inlineprivate

Definition at line 58 of file Tuple.4.cs.

59 {
60 if (other != null)
61 {
62 T1 item = this.m_Item1;
63 }
64 return 1;
65 }
class f__AnonymousType0<< Count > j__TPar
readonly T1 m_Item1
Definition Tuple.2.cs:162

References System.item, j__TPar, and System.Tuple< T1, T2, T3, T4 >.m_Item1.