IType.BaseTypeHierarchy Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the hierarchy of base types, starting from the root base type down to the immediate base type.
IEnumerable<IClassType> BaseTypeHierarchy { get; }This property has a default implementation in the interface.
Property Value
- IEnumerable<IClassType>
- An enumerable collection of IClassType representing the hierarchy of base types from root to immediate base."/>
Remarks
This property is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action.
