| IMapTKey, TValueClear Method |
Removes all of the mappings from this map (optional operation).
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax abstract Clear : unit -> unit
Remarks
The map will be empty after this call returns.
See Also