Udostępnij za pośrednictwem


SearchSpace.Add Metoda

Definicja

Przeciążenia

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

Add(KeyValuePair<String,OptionBase>)

Dodaje element do elementu ICollection<T>.

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))

Parametry

Implementuje

Dotyczy

Add(String, OptionBase)

Dodaje element z podanym kluczem i wartością do elementu IDictionary<TKey,TValue>.

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)

Parametry

key
String
value
OptionBase

Implementuje

Dotyczy