Click or drag to resize

IReplicatedMapTKey, TValueSize Method

Returns the number of entries in this map.

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

Return Value

Type: Int32
the number of entries in this map
Remarks
Returns the number of entries in this map.
See Also