.NET Class Objects
Value types & Reference types
Value types
- struct
- enum
Reference types
Reference types contains "null" until we assign it with an instance of that type.
- class
- record
- delegate
- array
- interface
source:
- https://learn.microsoft.com/en-us/training/modules/get-started-classes-objects/3-examine-dotnet-type-system