InMemoryTargetDictionaryAdd(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 override void Add(
	KeyValuePair<string, Target> item
)

Parameters

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

Implements

ICollectionTAdd(T)

Remarks

If the key already exists, the existing value is replaced

Exceptions

See Also