TargetDictionary.Add(KeyValuePair<String, Target>) Method

Adds an item to the ICollection<T>.

Definition

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

Parameters

item  KeyValuePair<String, Target>
The object to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)

Remarks

If the key already exists, the existing value is replaced

Exceptions

See Also