InMemoryTargetDictionary Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public InMemoryTargetDictionary(
BuildComponentCore component,
XPathNavigator configuration
)
Public Sub New (
component As BuildComponentCore,
configuration As XPathNavigator
)
public:
InMemoryTargetDictionary(
BuildComponentCore^ component,
XPathNavigator^ configuration
)
new :
component : BuildComponentCore *
configuration : XPathNavigator -> InMemoryTargetDictionary
- component BuildComponentCore
- The build component that owns the dictionary. This is useful for logging
messages during initialization.
- configuration XPathNavigator
- The target dictionary configuration
A target dictionary instance that uses a simple in-memory
DictionaryTKey, TValue instance to store the targets.