Thursday, December 6, 2012

Value Types and Reference Types in C#

Value Types and Reference Types in C#

The Value Types which includes most built-in types such as numeric types,
char types and bool types as well as the custom struct and enum types.
The content of a Value Type variable is simply a value.

For more info visit : Value Types and Reference Types in C#

No comments:

Post a Comment