TMapBase<TKey,T>.Values Property

Gets an IReadOnlyCollection<T> containing the values in the IMap<TKey, TValue>.

Namespace: Spring.Collections.Base
public
 property Values: IReadOnlyCollection<T> read GetValues;

Property Value

An IReadOnlyCollection<T> containing the values in the object that implements IMap<TKey, TValue>.

Implements

IMap<TKey,TValue>.Values
IReadOnlyMap<TKey,TValue>.Values