Click or drag to resize

IMultiMap<TKey, TValue>.Get Method

Returns the collection of values associated with the key.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
ICollection<TValue> Get(
	TKey key
)

Parameters

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

Return Value

Type: ICollection<TValue>
the collection of the values associated with the key.
See Also