IMap<TKey,TValue>.Values Property

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

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

Property Value

Type: IReadOnlyCollection<TValue>

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