ComponentUtilitiesGetReferencedNamespaces Method
This is used to get an enumerable list of unique namespaces from the given reflection data file
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static IEnumerable<string> GetReferencedNamespaces(
string reflectionInfoFile,
IEnumerable<string> validNamespaces
)
Public Shared Function GetReferencedNamespaces (
reflectionInfoFile As String,
validNamespaces As IEnumerable(Of String)
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ GetReferencedNamespaces(
String^ reflectionInfoFile,
IEnumerable<String^>^ validNamespaces
)
static member GetReferencedNamespaces :
reflectionInfoFile : string *
validNamespaces : IEnumerable<string> -> IEnumerable<string>
- reflectionInfoFile String
- The reflection data file to search for namespaces
- validNamespaces IEnumerableString
- An enumerable list of valid namespaces
IEnumerableStringAn enumerable list of unique namespaces