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.Int16.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 150 of file Int16.cs.

151 {
152 return TypeCode.Int16;
153 }
TypeCode
Definition TypeCode.cs:7