AssemblyAdapter.Namespaces Property

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

Definition

Gets the namespaces exported by the assembly and their associated types.
public IReadOnlyDictionary<string, IReadOnlyList<IType>> Namespaces { get; }

Property Value

IReadOnlyDictionary<string, IReadOnlyList<IType>>
A lookup mapping namespace names to their corresponding types. The namespaces are ordered by their names, and the types within each namespace are ordered by their full names.