ReadOnlyDictionary<TKey,TValue>.Values Propiedad

Definición

Obtiene una colección que contiene los valores del diccionario.

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 de propiedad

Colección que contiene los valores del objeto que implementa la interfaz ReadOnlyDictionary<TKey,TValue>.

Se aplica a