ReadOnlyDictionary<TKey,TValue>.Values Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the values in the dictionary.
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>.ValueCollectionPublic ReadOnly Property Values As ReadOnlyDictionary(Of TKey, TValue).ValueCollectionProperty Value
A collection that contains the values in the object that implements ReadOnlyDictionary<TKey,TValue>.