ReflectionDataSet.GetReferencedNamespaces Method

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

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> GetReferencedNamespaces(
	CultureInfo language,
	IEnumerable<string> searchNamespaces,
	IEnumerable<string> validNamespaces
)

Parameters

language  CultureInfo
The language to use when locating the XML comments files
searchNamespaces  IEnumerable<String>
An enumerable list of namespaces to search
validNamespaces  IEnumerable<String>
An enumerable list of valid namespaces

Return Value

IEnumerable<String>
An enumerable list of unique namespaces in the related XML comments files

See Also