ResolveReferenceLinksComponent.CreateTargetDictionary Method

This is used to create a TargetDictionary used to store reference link targets

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public virtual TargetDictionary CreateTargetDictionary(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The configuration element for the target dictionary

Return Value

TargetDictionary
A default InMemoryTargetDictionary instance containing the reference link targets

Remarks

This can be overridden in derived classes to provide persistent caches with backing stores other than the default Dictionary<TKey, TValue>

See Also