Custom Context(IDictionaryString, String) Constructor
This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is
the namespace URI).
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public CustomContext(
IDictionary<string, string> namespaces
)VB
Public Sub New (
namespaces As IDictionary(Of String, String)
)C++
public:
CustomContext(
IDictionary<String^, String^>^ namespaces
)F#
new :
namespaces : IDictionary<string, string> -> CustomContextParameters
- namespaces IDictionaryString, String
- A dictionary containing the namespaces to add to the context