IAssembly.ExportedTypes Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the types exported by the assembly.
IReadOnlyCollection<IType> ExportedTypes { get; }

Property Value

IReadOnlyCollection<IType>
A read-only collection of top-level types exported by the assembly, ordered by their full names.