LazyDictionary<TKey, TValue>.Contains Method (KeyValuePair<TKey, TValue>)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public bool Contains(
KeyValuePair<TKey, TValue> item
)
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
abstract Contains :
item:KeyValuePair<'TKey, 'TValue> -> bool
override Contains :
item:KeyValuePair<'TKey, 'TValue> -> bool
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
Return Value
Type: System.Boolean
Implements
See Also
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top