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 System.Enum.CompareTo ( object target)
inline

Implements System.IComparable< in T >.

Definition at line 447 of file Enum.cs.

448 {
449 if (this != null)
450 {
451 }
452 Type type = base.GetType();
453 Type type2 = target.GetType();
454 throw new ArrayTypeMismatchException();
455 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and j__TPar.