ComponentUtilitiesGetReferencedNamespaces Method

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

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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