Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


11 Types
11.2 Reference types
Paragraph 11 A reference type is a class type, an interface type, an array type, or a delegate type. reference-type : class-type interface-type array-type delegate-type class-type : type-name object string interface-type : type-name array-type : non-array-type rank-specifiers non-array-type : type rank-specifiers : rank-specifier rank-specifiers rank-specifier rank-specifier : [ dim-separatorsopt ] dim-separators : , dim-separators , delegate-type : type-name
Paragraph 21 A reference type value is a reference to an instance of the type, the latter known as an object. 2 The special value null is compatible with all reference types and indicates the absence of an instance. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

