Skip to Content
.NET & XML
book

.NET & XML

by Niel M. Bornstein
November 2003
Intermediate to advanced
476 pages
14h 38m
English
O'Reilly Media, Inc.
Content preview from .NET & XML

Class Hierarchy

For any type that has a non-trivial inheritance hierarchy, the synopsis is followed by a “Hierarchy” section. This section lists all of the supertype of the type, as well as any interfaces implemented by those supertypes. It will also list any interfaces implemented by an interface. In the hierarchy listing, arrows indicate supertype to subtype relationships, while the interfaces implemented by a type follow the type name in parentheses. For example, the following hierarchy indicates that System.IO.Stream implements IDisposable and extends MarshalByRefObject, which itself extends Object:

System.Object → System.MarshalByRefObject → System.IO.Stream(System.IDisposable)

If a type has subtypes, the “Hierarchy” section is followed by a “Subtypes” section that lists those subtypes. If an interface has implementations, the “Hierarchy” section is followed by an “Implementations” section that lists those implementations. While the “Hierarchy” section shows ancestors of the type, the “Subtypes” or “Implementations” section shows descendants.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Applied XML Programming for Microsoft® .NET

Applied XML Programming for Microsoft® .NET

Dino Esposito
XML Hacks

XML Hacks

Michael Fitzgerald

Publisher Resources

ISBN: 0596003978Supplemental ContentErrata