IMapTKey, TValueIsEmpty Method Hazelcast .Net Client Class Library
Returns true if this map contains no entries.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

bool IsEmpty()

Return Value

Type: Boolean
true if this map contains no entries
Remarks

Returns true if this map contains no entries.
See Also

Reference