In Memory Target Dictionary Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public InMemoryTargetDictionary(
BuildComponentCore component,
XPathNavigator configuration
)VB
Public Sub New (
component As BuildComponentCore,
configuration As XPathNavigator
)C++
public:
InMemoryTargetDictionary(
BuildComponentCore^ component,
XPathNavigator^ configuration
)F#
new :
component : BuildComponentCore *
configuration : XPathNavigator -> InMemoryTargetDictionaryParameters
- component BuildComponentCore
- The build component that owns the dictionary. This is useful for logging messages during initialization.
- configuration XPathNavigator
- The target dictionary configuration