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