IMapK, VValues Method Hazelcast .Net Client Class Library
Returns a collection clone of the values contained in this map.

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

ICollection<V> Values()

Return Value

Type: ICollectionV
a collection clone of the values contained in this map
Remarks

Returns a collection clone of the values contained in this map. The collection is NOT backed by the map, so changes to the map are NOT reflected in the collection, and vice-versa.
See Also

Reference