AssemblyAdapter.ExportedTypes Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the types exported by the assembly.
public 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.
