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
languageCultureInfoThe language to use when locating the XML comments files
searchNamespacesIEnumerable<string>An enumerable list of namespaces to search
validNamespacesIEnumerable<string>An enumerable list of valid namespaces
Returns
- IEnumerable<string>
An enumerable list of unique namespaces in the related XML comments files