DocumentationContext.Namespaces Property
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all namespaces in the assemblies being documented.
public IReadOnlyCollection<NamespaceModel> Namespaces { get; }Property Value
- IReadOnlyCollection<NamespaceModel>
- The read-only collection of all namespaces in the assemblies being documented. The namespaces in the collection are ordered by their names.
