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

◆ GetEnumUnderlyingType()

virtual Type System.Type.GetEnumUnderlyingType ( )
inlinevirtualinherited

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

Definition at line 1176 of file Type.cs.

1177 {
1178 if (this != null)
1179 {
1180 return this;
1181 }
1182 return "The Enum type should contain one and only one instance field.";
1183 }