AssemblyModel.Namespaces Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the namespaces exported by the assembly.
public IReadOnlyDictionary<string, NamespaceModel> Namespaces { get; }Property Value
- IReadOnlyDictionary<string, NamespaceModel>
- A read-only dictionary of NamespaceModel objects representing the namespaces exported by the assembly. The namespaces in the dictionary are sorted and keyed by their names.
