ECMA-334 C# Language Specification11.2: Reference types |
A reference type is a class type, an interface type, an array type, or a delegate type.
class-type interface-type array-type delegate-type type-name type-name non-array-type rank-specifiers type rank-specifier rank-specifiers rank-specifier [ dim-separatorsopt ] , dim-separators , type-nameA reference type value is a reference to an instance of the type, the latter known as an object. The special value null is compatible with all reference types and indicates the absence of an instance.
In This Section: