NamespaceModel.Types Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the types defined in the namespace.
public IReadOnlyTypeCollection Types { get; }

Property Value

IReadOnlyTypeCollection
The read-only collection of TypeModel objects representing the types defined in the namespace. The types in the collection are ordered by their full names and categorized by their kinds.