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 属性许可证中所述的术语使用。

适用于