DocumentAddressProvider.IsInternalNamespace Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified namespace belongs to the assemblies being documented.
protected bool IsInternalNamespace(string ns)Parameters
nsstring- The namespace to check.
