disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 11.2.2.xml
blob99fbb331e531078c76f86b4a474b5c70f89bab39
1 <?xml version="1.0"?>
2 <clause number="11.2.2" title="The object type">
3   <paragraph>The object class type is the ultimate base class of all other types. Every type in C# directly or indirectly derives from the object class type. </paragraph>
4   <paragraph>The keyword object is simply an alias for the predefined class System.Object. </paragraph>
5 </clause>