BuildProcessGetReferencedNamespaces Method

This is used to get an enumerable list of unique namespaces from the given reflection data file

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public static IEnumerable<string> GetReferencedNamespaces(
	string reflectionInfoFile,
	IEnumerable<string> validNamespaces
)

Parameters

reflectionInfoFile  String
The reflection data file to search for namespaces
validNamespaces  IEnumerableString
An enumerable list of valid namespaces

Return Value

IEnumerableString
An enumerable list of unique namespaces

See Also