DocumentAddressProvider.Assemblies Property
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the assemblies being documented.
public IReadOnlyCollection<IAssembly> Assemblies { get; }Property Value
- IReadOnlyCollection<IAssembly>
- A read-only collection of IAssembly instances representing the assemblies being documented.

Code elements that do not belong to these assemblies are considered external and will have their documentation URLs resolved using the external documentation URL resolvers configured in the DocumentAddressProvider.ExternalReferences collection.