Click or drag to resize

IMultiMapTKey, TValueValues Method

Returns the collection of values in the multimap.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
ICollection<TValue> Values()

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