TargetDictionary.Add(String, Target) Method
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2025.3.22.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.
IDictionary<TKey, TValue>.Add(TKey, TValue) If the key already exists, the existing value is replaced