a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
6 lines
356 B
XML
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>
|