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