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

◆ ClassTypes

readonly Type [] System.Variant.ClassTypes
staticpackage
Initial value:
= new Type[23]
{
typeof(Empty),
typeof(void),
typeof(bool),
typeof(char),
typeof(sbyte),
typeof(byte),
typeof(short),
typeof(ushort),
typeof(int),
typeof(uint),
typeof(long),
typeof(ulong),
typeof(float),
typeof(double),
typeof(string),
typeof(void),
typeof(DateTime),
typeof(TimeSpan),
typeof(object),
typeof(decimal),
typeof(object),
typeof(Missing),
typeof(DBNull)
}
static readonly Variant Empty
Definition Variant.cs:117
static readonly Variant Missing
Definition Variant.cs:119
static readonly Variant DBNull
Definition Variant.cs:121

Definition at line 90 of file Variant.cs.

91 {
92 typeof(Empty),
93 typeof(void),
94 typeof(bool),
95 typeof(char),
96 typeof(sbyte),
97 typeof(byte),
98 typeof(short),
99 typeof(ushort),
100 typeof(int),
101 typeof(uint),
102 typeof(long),
103 typeof(ulong),
104 typeof(float),
105 typeof(double),
106 typeof(string),
107 typeof(void),
108 typeof(DateTime),
109 typeof(TimeSpan),
110 typeof(object),
111 typeof(decimal),
112 typeof(object),
113 typeof(Missing),
114 typeof(DBNull)
115 };