共用方式為


JavaDictionary<K,V>.Remove 方法

定義

多載

Remove(K)
Remove(KeyValuePair<K,V>)

Remove(K)

public bool Remove (K key);
override this.Remove : 'K -> bool

參數

key
K

傳回

實作

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Remove(KeyValuePair<K,V>)

public bool Remove (System.Collections.Generic.KeyValuePair<K,V> pair);
override this.Remove : System.Collections.Generic.KeyValuePair<'K, 'V> -> bool

參數

pair
KeyValuePair<K,V>

傳回

實作

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於