SearchSpace.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- item
- KeyValuePair<String,OptionBase>
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