ReadOnlyDictionary<TKey,TValue>.Values Propriedade

Definição

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

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::ValueCollection ^ Values { System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::ValueCollection ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>.ValueCollection Values { get; }
member this.Values : System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value>.ValueCollection
Public ReadOnly Property Values As ReadOnlyDictionary(Of TKey, TValue).ValueCollection

Valor da propriedade

Uma coleção que contém os valores no objeto que implementa ReadOnlyDictionary<TKey,TValue>.

Aplica-se a