TypeClass Enum

Definition

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

Applies to