disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 11.2.1.xml
blob447e8caafbab5a9642be3d0d510a5503c079fea0
1 <?xml version="1.0"?>
2 <clause number="11.2.1" title="Class types">
3   <paragraph>A class type defines a data structure that contains data members (constants and fields), function members (methods, properties, events, indexers, operators, instance constructors, destructors, and static constructors), and nested types. Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes. Instances of class types are created using <non_terminal where="14.5.10.1">object-creation-expression</non_terminal>s (<hyperlink>14.5.10.1</hyperlink>). </paragraph>
4   <paragraph>Class types are described in <hyperlink>17</hyperlink>. </paragraph>
5 </clause>