AssemblyModel.ExportedTypes Property

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

Definition

Gets all the types exported by the assembly.
public IReadOnlyTypeCollection ExportedTypes { get; }

Property Value

IReadOnlyTypeCollection
A read-only collection of TypeModel objects representing all the types exported by the assembly. The types in the collection are ordered by their full names and categorized by their kinds.