Share via


FrozenDictionary<TKey,TValue>.Values Propriedade

Definição

Obtém uma coleção que contém os valores no dicionário.

public:
 property System::Collections::Immutable::ImmutableArray<TValue> Values { System::Collections::Immutable::ImmutableArray<TValue> get(); };
public System.Collections.Immutable.ImmutableArray<TValue> Values { get; }
member this.Values : System.Collections.Immutable.ImmutableArray<'Value>
Public ReadOnly Property Values As ImmutableArray(Of TValue)

Valor da propriedade

ImmutableArray<TValue>

Comentários

A ordem dos valores no dicionário não é especificada, mas é a mesma ordem que as chaves associadas retornadas pela Keys propriedade .

Aplica-se a