IClassType.DerivedTypes Property

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

Definition

Gets the types that directly derive from the class in the same assembly.
IEnumerable<IClassType> DerivedTypes { get; }
This property has a default implementation in the interface.

Property Value

IEnumerable<IClassType>
An enumerable collection of IClassType objects representing the types that directly derive from the class.

Remarks

This property collects types that are direct subclasses of the current class within the same assembly. The types in the returned collection only include exported types from the assembly.

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.