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/4]

int System.TimeSpan.CompareTo ( object value)
inline

Implements System.IComparable< in T >.

Definition at line 157 of file TimeSpan.cs.

158 {
159 if (value != null)
160 {
161 }
162 return 1;
163 }

References System.value.