Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeCode.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.TypeCode {
  System.Empty = 0 , System.Object = 1 , System.DBNull = 2 , System.Boolean = 3 ,
  System.Char = 4 , System.SByte = 5 , System.Byte = 6 , System.Int16 = 7 ,
  System.UInt16 = 8 , System.Int32 = 9 , System.UInt32 = 10 , System.Int64 = 11 ,
  System.UInt64 = 12 , System.Single = 13 , System.Double = 14 , System.Decimal = 15 ,
  System.DateTime = 16 , System.String = 18
}