ReflectionDataSetGetReferencedNamespaces 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.2.18.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  IEnumerableString
An enumerable list of namespaces to search
validNamespaces  IEnumerableString
An enumerable list of valid namespaces

Return Value

IEnumerableString
An enumerable list of unique namespaces in the related XML comments files

See Also