C# - Value Types Versus Reference Types
Jul 19, 2023 · 2 min read · 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 ...
Join discussion


























