disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 17.xml
blobbb7467f497f7feb6dfe501e2ca73cf249f8de7a8
1 <?xml version="1.0"?>
2 <clause number="17" title="Classes">
3   <paragraph>A class is a data structure that may contain 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 a derived class can extend and specialize a base class. </paragraph>
4 </clause>