IWithNestedTypes.NestedTypes Property

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

Definition

Gets all the public or protected nested types declared directly by the type.
IReadOnlyList<IType> NestedTypes { get; }

Property Value

IReadOnlyList<IType>
A read-only list of IType instances representing the nested types of the type. The nested types in the list are ordered by name.