IReadOnlyMap<TKey,TValue>.Values Property
Gets an IReadOnlyCollection<T> containing the values in the map.
public property Values: IReadOnlyCollection<TValue> read GetValues;
Property Value
Type: IReadOnlyCollection<TValue>
An IReadOnlyCollection<T> containing the values in the object that implements map.