TargetDictionary.Add Method
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
Add(string, Target)
public abstract void Add(string key, Target value)
Parameters
Remarks
If the key already exists, the existing value is replaced
Add(KeyValuePair<string, Target>)
public abstract void Add(KeyValuePair<string, Target> item)
Parameters
itemKeyValuePair<string, Target>
Remarks
If the key already exists, the existing value is replaced