| ESentTargetDictionary Constructor |
Constructor
Namespace: SandcastleBuilder.Components.TargetsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public ESentTargetDictionary(
BuildComponentCore component,
XPathNavigator configuration
)
Public Sub New (
component As BuildComponentCore,
configuration As XPathNavigator
)
public:
ESentTargetDictionary(
BuildComponentCore^ component,
XPathNavigator^ configuration
)
new :
component : BuildComponentCore *
configuration : XPathNavigator -> ESentTargetDictionary
Parameters
- component
- Type: Sandcastle.Core.BuildAssembler.BuildComponentBuildComponentCore
The build component that owns the dictionary. This is useful for logging
messages during initialization. - configuration
- Type: System.Xml.XPathXPathNavigator
The target dictionary configuration
Return Value
Type:
A target dictionary instance that uses a simple in-memory
DictionaryTKey, TValue instance to store the targets.
See Also