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

◆ GetTypeCodeImpl()

virtual TypeCode System.Type.GetTypeCodeImpl ( )
inlineprotectedvirtualinherited

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

Definition at line 1119 of file Type.cs.

1120 {
1121 if (this != null)
1122 {
1123 return Type.GetTypeCode(this);
1124 }
1125 return TypeCode.Object;
1126 }
static TypeCode GetTypeCode(Type type)
Definition Type.cs:1110
TypeCode
Definition TypeCode.cs:7

References System.Type.GetTypeCode().