ImmutableSortedDictionary<TKey,TValue>.Builder.ContainsValue(TValue) Método
Definição
Determina se o dicionário classificado imutável contém um elemento com o valor especificado.Determines whether the immutable sorted dictionary contains an element with the specified value.
public:
bool ContainsValue(TValue value);
public bool ContainsValue (TValue value);
member this.ContainsValue : 'Value -> bool
Public Function ContainsValue (value As TValue) As Boolean
Parâmetros
- value
- TValue
O valor a ser localizado no dicionário.The value to locate in the dictionary. O valor pode ser null para tipos de referência.The value can be null for reference types.
Retornos
true se o dicionário classificado imutável contém um elemento com o valor especificado; caso contrário, false.true if the immutable sorted dictionary contains an element with the specified value; otherwise, false.