Click or drag to resize
Sandcastle Help File BuilderXmlCommentsFileCollectionGetReferencedNamespaces Method
This is used to get an enumerable list of unique namespaces referenced in the XML comments files

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<string> GetReferencedNamespaces(
	IEnumerable<string> validNamespaces
)

Parameters

validNamespaces
Type: System.Collections.GenericIEnumerableString
An enumerable list of valid namespaces

Return Value

Type: IEnumerableString
An enumerable list of unique namespaces referenced in the XML comments files
See Also