Table of Contents

ReflectionDataSet.GetReferencedNamespaces Method

Definition

Namespace
Sandcastle.Core.Reflection
Assembly
Sandcastle.Core.dll

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

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

Returns

IEnumerable<string>

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