  | IMultiMapTKey, TValueValueCount Method  | 
 Returns number of values matching to given key in the multimap.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxint ValueCount(
	TKey key
)
Function ValueCount ( 
	key As TKey
) As Integer
int ValueCount(
	TKey key
)
abstract ValueCount : 
        key : 'TKey -> int 
Parameters
- key
 - Type: TKey
the key whose values count are to be returned 
Return Value
Type: 
Int32number of values matching to given key in the multimap.
See Also