CompositeTypeAdapter.NestedTypes Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the public or protected nested types declared directly by the type.
public 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.
