FrozenDictionary<TKey,TValue>.Values Propriedade

Definição

Obtém uma coleção contendo 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 de Propriedade

ImmutableArray<TValue>

Observações

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

Aplica-se a