ReadOnlyDictionary<TKey,TValue>.Values Proprietà

Definizione

Ottiene una raccolta contenente i valori nel dizionario.

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

Valore della proprietà

Raccolta che contiene i valori dell'oggetto che implementa ReadOnlyDictionary<TKey,TValue>.

Si applica a