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
11.2.5 Array types
Paragraph 11 An array is a data structure that contains zero or more variables which are accessed through computed indices. 2 The variables contained in an array, also called the elements of the array, are all of the same type, and this type is called the element type of the array.
Paragraph 21 Array types are described in §19. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

