Share via


WeakRefDictionary<TKey,TValue>.Remove(TKey) Method

Definition

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

Parameters

key
TKey

Returns

Applies to