Click or drag to resize

IMultiMapTKey, TValueSize Method

Returns the number of key-value pairs in the multimap.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
int Size()

Return Value

Type: Int32
the number of key-value pairs in the multimap.
See Also