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

◆ GetTypeCode()

TypeCode System.Enum.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 507 of file Enum.cs.

508 {
510 Type type;
511 bool flag = underlyingType == type;
512 return TypeCode.Int32;
513 }
class f__AnonymousType0<< Count > j__TPar
static Type GetUnderlyingType(Type enumType)
Definition Enum.cs:205
TypeCode
Definition TypeCode.cs:7

References System.Enum.GetUnderlyingType(), and j__TPar.