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
reflectionInfoFilestringThe reflection data file to search for namespaces
validNamespacesIEnumerable<string>An enumerable list of valid namespaces
Returns
- IEnumerable<string>
An enumerable list of unique namespaces