Table of Contents

TargetTypeDictionary.Add Method

Definition

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

Add(string, Target)

public void Add(string key, Target value)

Parameters

key string
value Target

Remarks

This method is not implemented. Use Add(ReferenceLinkType, TargetDictionary) to add target dictionaries and their associated reference link type

Add(KeyValuePair<string, Target>)

public void Add(KeyValuePair<string, Target> item)

Parameters

item KeyValuePair<string, Target>

Remarks

This method is not implemented. Use Add(ReferenceLinkType, TargetDictionary) to add target dictionaries and their associated reference link type

Add(ReferenceLinkType, TargetDictionary)

Add a target type dictionary to the collection

public void Add(ReferenceLinkType type, TargetDictionary dictionary)

Parameters

type ReferenceLinkType

The reference link type to use for targets in the given dictionary

dictionary TargetDictionary

The target dictionary to add