disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 11.2.5.xml
blob034fdbfd47c139022a4d98077694ed2adfe2eddf
1 <?xml version="1.0"?>
2 <clause number="11.2.5" title="Array types">
3   <paragraph>An array is a data structure that contains zero or more variables which are accessed through computed indices. 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>
4   <paragraph>Array types are described in <hyperlink>19</hyperlink>. </paragraph>
5 </clause>