Click or drag to resize

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.12.1
Syntax
void Clear()
Remarks
The map will be empty after this call returns.
See Also