Click or drag to resize

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.9.2
Syntax
int ValueCount(
	TKey key
)

Parameters

key
Type: TKey
the key whose values count are to be returned

Return Value

Type: Int32
number of values matching to given key in the multimap.
See Also