Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Function Contains ( _
keyValuePair As KeyValuePair(Of TKey, TValue) _
) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Contains |
C# |
---|
bool ICollection<KeyValuePair<TKey, TValue>>.Contains(
KeyValuePair<TKey, TValue> keyValuePair
) |
Parameters
- keyValuePair
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)
Implements
ICollection<(Of <(T>)>)..::.Contains(T)See Also