Table of Contents

ResolveReferenceLinksComponent.CreateTargetDictionary Method

Definition

Namespace
Sandcastle.Tools.BuildComponents
Assembly
Sandcastle.Tools.BuildComponents.dll

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

public virtual TargetDictionary CreateTargetDictionary(XPathNavigator configuration)

Parameters

configuration XPathNavigator

The configuration element for the target dictionary

Returns

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>