  | IMultiMapTKey, TValueGet Method  | 
 Returns the collection of values associated with the key.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
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
the key whose associated values are to be returned 
Return Value
Type: 
ICollectionTValuethe collection of the values associated with the key.
See Also