ReadOnlyDictionary<TKey,TValue>.Values Eigenschap

Definitie

Hiermee haalt u een verzameling op die de waarden in de woordenlijst bevat.

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

Waarde van eigenschap

Een verzameling die de waarden bevat in het object dat wordt geïmplementeerd ReadOnlyDictionary<TKey,TValue>.

Van toepassing op