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