Click or drag to resize

IMapTKey, TValueValues Method

Returns a collection clone of the values contained in this map.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.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