-
Predefined Types
-
Value Types
-
Numeric
-
Integer
- 8-Bit
- sbyte
- byte
- 16-Bit
- short
- ushort
- 32-Bit
- int
- uint
- 64-Bit
- long
- ulong
-
Floating Point
- decimal
- float
- double
-
Non-numeric
- bool
- char
-
Reference Types
- object
- string
-
User-Defined Types
-
Value Types
- struct
- enum
-
Reference Types
- class
- interface
- delegate
- array