Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetTypeCode()

TypeCode System.Int32.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 195 of file Int32.cs.

196 {
197 return TypeCode.Int32;
198 }