CompositeTypeModel.NestedTypes Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the types declared directly by this type and visible within its scope.
public IReadOnlyTypeCollection NestedTypes { get; }Property Value
- IReadOnlyTypeCollection
- A read-only collection of TypeModel representing the types declared directly by this type. The types in the collection are ordered by their names and categorized by their kinds.
