LazyDictionary<TKey, TValue>.ContainsKey (Método) (TKey)
Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)
Sintaxis
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 devuelto
Type: System.Boolean
Implementaciones
IDictionary<TKey, TValue>.ContainsKey(TKey)
Vea también
LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)
Volver al principio