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


19 Arrays
19.1 Array types
19.1.1 The System.Array type
Paragraph 11 The type System.Array is the abstract base type of all array types. 2 An implicit reference conversion (§13.1.4) exists from any array type to System.Array, and an explicit reference conversion (§13.2.3) exists from System.Array to any array type. 3 Note that System.Array is not itself an array-type. 4 Rather, it is a class-type from which all array-types are derived.
Paragraph 21 At run-time, a value of type System.Array can be null or a reference to an instance of any array type. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

