TargetTypeDictionaryAdd(String, Target) Method
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public void Add(
string key,
Target value
)
Public Sub Add (
key As String,
value As Target
)
public:
virtual void Add(
String^ key,
Target^ value
) sealed
abstract Add :
key : string *
value : Target -> unit
override 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)