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

◆ GetTypeCode()

TypeCode System.SByte.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 206 of file SByte.cs.

207 {
208 return TypeCode.SByte;
209 }