SortedMapBaseKey, ValueisEmpty Method |
Check if map is empty
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
SyntaxPublic Function isEmpty As Boolean
member isEmpty : unit -> bool
Return Value
Type:
Booleantrue if map is empty; otherwise false
See Also