Component UtilitiesGet Referenced Namespaces Method
This is used to get an enumerable list of unique namespaces from the given reflection data file
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of unique namespaces
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static IEnumerable<string> GetReferencedNamespaces(
string reflectionInfoFile,
IEnumerable<string> validNamespaces
)VB
Public Shared Function GetReferencedNamespaces (
reflectionInfoFile As String,
validNamespaces As IEnumerable(Of String)
) As IEnumerable(Of String)C++
public:
static IEnumerable<String^>^ GetReferencedNamespaces(
String^ reflectionInfoFile,
IEnumerable<String^>^ validNamespaces
)F#
static member GetReferencedNamespaces :
reflectionInfoFile : string *
validNamespaces : IEnumerable<string> -> IEnumerable<string> Parameters
- reflectionInfoFile String
- The reflection data file to search for namespaces
- validNamespaces IEnumerableString
- An enumerable list of valid namespaces
Return Value
IEnumerableStringAn enumerable list of unique namespaces