Table of Contents

XmlCommentsFileCollection.GetReferencedNamespaces Method

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

This is used to get an enumerable list of unique namespaces referenced in the XML comments files

public IEnumerable<string> GetReferencedNamespaces(IEnumerable<string> validNamespaces)

Parameters

validNamespaces IEnumerable<string>

An enumerable list of valid namespaces

Returns

IEnumerable<string>

An enumerable list of unique namespaces referenced in the XML comments files