IMultiMapTKey, TValueValues Method Hazelcast .Net Client Class Library
Returns the collection of values in the multimap.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ICollection<TValue> Values()

Return Value

Type: ICollectionTValue
the collection of values in the multimap. Returned collection might be modifiable but it has no effect on the multimap
See Also

Reference