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

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

ICollection<TValue> Values()

Return Value

Type: ICollectionTValue
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