By dnadotnetaid
via dotnetaid.com
Published: Mar 07 2013 / 04:07
Reference type are important features of the C# language. They enable us to write complex and powerful application and effectively use the run-time framework. If we define the reference type variables in C# then the Reference type variables contain a reference to the data not the value. The value is stored in a separate memory area.
Add your comment