  | ITransactionalMultiMapTKey, TValueValueCount Method  | 
  
    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
 
Return Value
Type: 
Int32
See Also