TargetTypeDictionary.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: 2024.12.21.0
public 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

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

Exceptions

See Also