Método LazyDictionary<TKey, TValue>.ContainsKey (TKey)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
Parâmetros
- key
Type: TKey
Valor de retorno
Type: System.Boolean
Implementações
IDictionary<TKey, TValue>.ContainsKey(TKey)
Consulte também
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo