Wednesday 4 January 2012

Types

Each type in C# is either a value type or a reference type. C# has several predefined ("builtin") types and allows for declaration of custom value types and reference types.