- Learn C# in 7 days
- Gaurav Aroraa
- 75字
- 2021-07-08 09:51:25
Value type
These are derived from the System.ValueType class. Variables of the value type directly contains their data or, in simple words, the value type variable can be assigned directly. Value types can be divided into more sub categories: data types, custom types (Enum types and Struct types). In this section, we will discuss the data types in detail. Enum will be discussed on day four and struct will be discussed in the upcoming sections.