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

◆ GetTypeCode()

TypeCode System.UInt32.GetTypeCode ( )
inline

Implements System.IConvertible.

Definition at line 193 of file UInt32.cs.

194 {
195 return TypeCode.UInt32;
196 }