| ITransactionalMultiMapTKey, TValueGet Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ICollection<TValue> Get(
TKey key
)
Function Get (
key As TKey
) As ICollection(Of TValue)
ICollection<TValue>^ Get(
TKey key
)
abstract Get :
key : 'TKey -> ICollection<'TValue>
Parameters
- key
- Type: TKey
Return Value
Type:
ICollectionTValueSee Also