Click or drag to resize
Sandcastle Help File BuilderESentTargetDictionaryAdd Method (String, Target)

Namespace: SandcastleBuilder.Components.Targets
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void Add(
	string key,
	Target value
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: Microsoft.Ddue.Tools.TargetsTarget
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
Remarks
If the key already exists, the existing value is replaced
See Also