다음을 통해 공유


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

구현

적용 대상