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