C# - Value Types Versus Reference Types
C# types can be divided mainly into two categories: value types and reference types. In this article, we would be having a closer look at these two types. Value Types Most of the c# built-in types such as numeric types, char types and boolean types ...





