Returns a collection clone of the values contained in this map.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
ICollection<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
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.
Reference