TypeClass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum used for grouping System.Types into larger classes
public enum TypeClass
type TypeClass =
Public Enum TypeClass
- Inheritance
-
TypeClass
Fields
Array | 6 | |
BitmappedEnum | 9 | A bitmapped enumeration |
Bool | 3 | |
DateTime | 4 | |
Guid | 5 | |
Numeric | 1 | Numeric types - includes integer, floating point, and fixed point |
String | 2 | |
Unsupported | 0 | Not supported type - functionally equivalent to null |
VarArgs | 8 | Variable number of parameters |
Variant | 7 | Unknown return type |