CustomContext(IDictionaryString, String) Constructor
This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is
the namespace URI).
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public CustomContext(
IDictionary<string, string> namespaces
)
Public Sub New (
namespaces As IDictionary(Of String, String)
)
public:
CustomContext(
IDictionary<String^, String^>^ namespaces
)
new :
namespaces : IDictionary<string, string> -> CustomContext
Parameters
- namespaces IDictionaryString, String
- A dictionary containing the namespaces to add to the context