| IReplicatedMapTKey, TValueSize Method |
Returns the number of entries in this map.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax abstract Size : unit -> int
Return Value
Type:
Int32the number of entries in this map
Remarks Returns the number of entries in this map.
See Also