Click or drag to resize

ITransactionalMultiMapTKey, TValueGet Method

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

Parameters

key
Type: TKey

Return Value

Type: ICollectionTValue
See Also