TargetDictionaryAdd(String, Target) Method
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public abstract void Add(
string key,
Target value
)
Public MustOverride Sub Add (
key As String,
value As Target
)
public:
virtual void Add(
String^ key,
Target^ value
) abstract
abstract Add :
key : string *
value : Target -> unit
- key String
- The object to use as the key of the element to add.
- value Target
- The object to use as the value of the element to add.
IDictionaryTKey, TValueAdd(TKey, TValue) If the key already exists, the existing value is replaced