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 {
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),
30 typeof(object),
31 typeof(decimal),
32 null,
35 };
Referenced by Microsoft.Win32.OAVariantLib.GetCVTypeFromClass().