disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 19.2.xml
blob8f689d362a8dd2a1b551d3ac8999f3837e2cdffa
1 <?xml version="1.0"?>
2 <clause number="19.2" title="Array creation">
3   <paragraph>Array instances are created by <non_terminal where="14.5.10.2">array-creation-expression</non_terminal>s (<hyperlink>14.5.10.2</hyperlink>) or by field or local variable declarations that include an <non_terminal where="19.6">array-initializer</non_terminal> (<hyperlink>19.6</hyperlink>). </paragraph>
4   <paragraph>When an array instance is created, the rank and length of each dimension are established and then remain constant for the entire lifetime of the instance. In other words, it is not possible to change the rank of an existing array instance, nor is it possible to resize its dimensions. </paragraph>
5   <paragraph>An array instance is always of an array type. The System.Array type is an abstract type that cannot be instantiated. </paragraph>
6   <paragraph>Elements of arrays created by <non_terminal where="14.5.10.2">array-creation-expression</non_terminal>s are always initialized to their default value (<hyperlink>12.2</hyperlink>). </paragraph>
7 </clause>