ReadOnlyDictionary<TKey,TValue>.Values Egenskap

Definition

Hämtar en samling som innehåller värdena i ordlistan.

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

Egenskapsvärde

En samling som innehåller värdena i objektet som implementerar ReadOnlyDictionary<TKey,TValue>.

Gäller för