![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IReplicatedMapTKey, 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.3
SyntaxICollection<TValue> Values()
Function Values As ICollection(Of TValue)
ICollection<TValue>^ Values()
abstract Values : unit -> ICollection<'TValue>
Return Value
Type:
ICollectionTValuea 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