Returns the collection of values associated with the key.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
Parameters
- key
- Type: TKey
the key whose associated values are to be returned
Return Value
Type: ICollectionTValuethe collection of the values associated with the key.
See Also