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

◆ GetTypeCode()

TypeCode System.Char.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 317 of file Char.cs.

318 {
319 return TypeCode.Char;
320 }