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

◆ ClassTypes

readonly Type [] Microsoft.Win32.OAVariantLib.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),
null,
typeof(Missing),
typeof(DBNull)
}

Definition at line 10 of file OAVariantLib.cs.

11 {
12 typeof(Empty),
13 typeof(void),
14 typeof(bool),
15 typeof(char),
16 typeof(sbyte),
17 typeof(byte),
18 typeof(short),
19 typeof(ushort),
20 typeof(int),
21 typeof(uint),
22 typeof(long),
23 typeof(ulong),
24 typeof(float),
25 typeof(double),
26 typeof(string),
27 typeof(void),
28 typeof(DateTime),
29 typeof(TimeSpan),
30 typeof(object),
31 typeof(decimal),
32 null,
33 typeof(Missing),
34 typeof(DBNull)
35 };

Referenced by Microsoft.Win32.OAVariantLib.GetCVTypeFromClass().