IMultiMapK, VValues Method Hazelcast .Net Client Class Library
Returns the collection of values in the multimap.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

ICollection<V> Values()

Return Value

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

Reference