SearchSpace.Add Method

Definition

Overloads

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

Add(KeyValuePair<String,OptionBase>)

Adds an item to the 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))

Parameters

Implements

Applies to

Add(String, OptionBase)

Adds an element with the provided key and value to the 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)

Parameters

key
String
value
OptionBase

Implements

Applies to