ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Contains Método

Definição

Determina se a coleção contém um valor específico.

 virtual bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) = System::Collections::Generic::ICollection<TValue>::Contains;
bool ICollection<TValue>.Contains (TValue item);
abstract member System.Collections.Generic.ICollection<TValue>.Contains : 'Value -> bool
override this.System.Collections.Generic.ICollection<TValue>.Contains : 'Value -> bool
Function Contains (item As TValue) As Boolean Implements ICollection(Of TValue).Contains

Parâmetros

item
TValue

O objeto a ser localizado na coleção.

Retornos

true se item for encontrado na coleção; caso contrário, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ReadOnlyDictionary<TKey,TValue>.ValueCollection é convertida em uma interface de ICollection<T>.

Aplica-se a