  | ITransactionalMultiMapTKey, TValueGet Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxICollection<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: 
ICollectionTValue
See Also