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

int System.Char.CompareTo ( object value)
inline

Implements System.IComparable< in T >.

Definition at line 75 of file Char.cs.

76 {
77 if (value != null)
78 {
79 }
80 return 1;
81 }

References System.value.