disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 19.1.1.xml
blob1d9661c1e89c5b81e998539fa02604ffc70dae33
1 <?xml version="1.0"?>
2 <clause number="19.1.1" title="The System.Array type">
3   <paragraph>The type System.Array is the abstract base type of all array types. An implicit reference conversion (<hyperlink>13.1.4</hyperlink>) exists from any array type to System.Array, and an explicit reference conversion (<hyperlink>13.2.3</hyperlink>) exists from System.Array to any array type. Note that System.Array is not itself an <non_terminal where="19.1">array-type</non_terminal>. Rather, it is a <non_terminal where="11.2">class-type</non_terminal> from which all <non_terminal where="19.1">array-type</non_terminal>s are derived. </paragraph>
4   <paragraph>At run-time, a value of type System.Array can be null or a reference to an instance of any array type. </paragraph>
5 </clause>