| IMultiMapTKey, TValueValues Method |
Returns the collection of values in the multimap.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ICollection<TValue> Values()
Function Values As ICollection(Of TValue)
ICollection<TValue>^ Values()
abstract Values : unit -> ICollection<'TValue>
Return Value
Type:
ICollectionTValue
the collection of values in the multimap. Returned collection might be modifiable
but it has no effect on the multimap
See Also