共用方式為


Parameter.Remove 方法

定義

多載

Remove(KeyValuePair<String,Parameter>)
Remove(String)

Remove(KeyValuePair<String,Parameter>)

ICollection<T> 移除特定物件之第一個符合的元素。

public bool Remove (System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Parameter> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Parameter> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Parameter> -> bool
Public Function Remove (item As KeyValuePair(Of String, Parameter)) As Boolean

參數

傳回

實作

適用於

Remove(String)

IDictionary<TKey,TValue> 中移除具有指定之索引鍵的項目。

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

參數

key
String

傳回

實作

適用於