共用方式為


SearchSpace.Add 方法

定義

多載

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

Add(KeyValuePair<String,OptionBase>)

將項目加入至 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))

參數

實作

適用於

Add(String, OptionBase)

將隨附有索引鍵和值的項目加入至 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)

參數

key
String
value
OptionBase

實作

適用於