IDocumentationContext.Types Property

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all exported types in the assemblies being documented.
IReadOnlyTypeCollection Types { get; }

Property Value

IReadOnlyTypeCollection
The read-only collection of TypeModel objects representing all exported types in the assemblies being documented, including their nested types.