Share via


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

Definition

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

Parameters

key
TKey

Returns

Applies to