Click or drag to resize

IMultiMapTKey, TValueGet Method

Returns the collection of values associated with the key.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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