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

◆ GetTypeCode()

TypeCode System.Int16.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 205 of file Int16.cs.

206 {
207 return TypeCode.Int16;
208 }