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

ns string
The namespace to check.

Returns

bool
true if the namespace belongs to the assemblies being documented; otherwise, false.