Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

6 lines
356 B
XML

<?xml version="1.0"?>
<clause number="11.2.2" title="The object type">
<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>
<paragraph>The keyword object is simply an alias for the predefined class System.Object. </paragraph>
</clause>