Table of Contents

ComponentUtilities.GetReferencedNamespaces Method

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

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

public static IEnumerable<string> GetReferencedNamespaces(string reflectionInfoFile, IEnumerable<string> validNamespaces)

Parameters

reflectionInfoFile string

The reflection data file to search for namespaces

validNamespaces IEnumerable<string>

An enumerable list of valid namespaces

Returns

IEnumerable<string>

An enumerable list of unique namespaces