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

◆ GetTypeCode()

TypeCode System.UInt64.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 193 of file UInt64.cs.

194 {
195 return TypeCode.UInt64;
196 }