Click or drag to resize
Sandcastle Help File BuilderESentTargetDictionary Constructor
Constructor

Namespace: SandcastleBuilder.Components.Targets
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public ESentTargetDictionary(
	BuildComponentCore component,
	XPathNavigator configuration
)

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