ConditionalWeakTable<TKey,TValue>.Remove(TKey) 方法

定义

从表中移除某个键及其值。

public:
 bool Remove(TKey key);
public bool Remove (TKey key);
member this.Remove : 'Key -> bool
Public Function Remove (key As TKey) As Boolean

参数

key
TKey

要移除的键。

返回

如果找到并移除该键,则为 true;否则为 false

例外

keynull

注解

如果在此操作期间对密钥进行垃圾回收,该方法不会引发异常,并且返回值未定义。

适用于