Click or drag to resize

SortedMapBaseKey, ValueisEmpty Method

Check if map is empty

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool isEmpty()

Return Value

Type: Boolean
true if map is empty; otherwise false
See Also