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

◆ GetEnumName()

virtual string System.Type.GetEnumName ( object value)
inlinevirtualinherited

Reimplemented in System.Reflection.SignatureType, and System.RuntimeType.

Definition at line 24 of file Type.cs.

25 {
26 if (value != null)
27 {
28 bool flag = Type.IsIntegerType(base.GetType());
29 }
30 return "enumType";
31 }
class f__AnonymousType0<< Count > j__TPar
static bool IsIntegerType(Type t)
Definition Type.cs:75

References System.Type.IsIntegerType(), j__TPar, and System.value.