TargetTypeDictionaryAdd(KeyValuePairString, Target) Method

Adds an item to the ICollectionT.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public void Add(
	KeyValuePair<string, Target> item
)

Parameters

item  KeyValuePairString, Target
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)

Remarks

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

Exceptions

See Also