Freigeben über


SearchSpace.Add Methode

Definition

Überlädt

Add(KeyValuePair<String,OptionBase>)
Add(String, OptionBase)

Add(KeyValuePair<String,OptionBase>)

Fügt der ICollection<T> ein Element hinzu.

public void Add (System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Option.OptionBase> item);
abstract member Add : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Option.OptionBase> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Option.OptionBase> -> unit
Public Sub Add (item As KeyValuePair(Of String, OptionBase))

Parameter

Implementiert

Gilt für:

Add(String, OptionBase)

Fügt der IDictionary<TKey,TValue>-Schnittstelle ein Element mit dem angegebenen Schlüssel und Wert hinzu.

public void Add (string key, Microsoft.ML.SearchSpace.Option.OptionBase value);
abstract member Add : string * Microsoft.ML.SearchSpace.Option.OptionBase -> unit
override this.Add : string * Microsoft.ML.SearchSpace.Option.OptionBase -> unit
Public Sub Add (key As String, value As OptionBase)

Parameter

key
String
value
OptionBase

Implementiert

Gilt für: