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

◆ GetTypeCode()

TypeCode System.Byte.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 202 of file Byte.cs.

203 {
204 return TypeCode.Byte;
205 }