Table of Contents

TargetDictionary.Add Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

Add(string, Target)

public abstract void Add(string key, Target value)

Parameters

key string
value Target

Remarks

If the key already exists, the existing value is replaced

Add(KeyValuePair<string, Target>)

public abstract void Add(KeyValuePair<string, Target> item)

Parameters

item KeyValuePair<string, Target>

Remarks

If the key already exists, the existing value is replaced