IType.DeclaringTypeHierarchy Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the hierarchy of declaring types, starting from the outermost declaring type down to the immediate declaring type.
IEnumerable<IType> DeclaringTypeHierarchy { get; }
This property has a default implementation in the interface.

Property Value

IEnumerable<IType>
An enumerable collection of declaring types from outermost to immediate.

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.