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

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ICollection<TValue> Get(
	TKey key
)

Parameters

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

Return Value

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

Reference