Compartilhar via


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

Valor de retorno

Type: System.Boolean

Implementações

ICollection<T>.Contains(T)

Consulte também

Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo