IMultiMapK, VGet Method Hazelcast .Net Client Class Library
Returns the collection of values associated with the key.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

ICollection<V> Get(
	K key
)

Parameters

key
Type: K
the key whose associated values are to be returned

Return Value

Type: ICollectionV
the collection of the values associated with the key.
See Also

Reference