Click or drag to resize
Sandcastle Help File BuilderSqlTargetDictionaryAdd Method (KeyValuePairString, Target)

Namespace: SandcastleBuilder.Components.Targets
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void Add(
	KeyValuePair<string, Target> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Target
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
Remarks
If the key already exists, the existing value is replaced
See Also