Click or drag to resize

IMultiMapTKey, TValueClear Method

Clears the multimap.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void Clear()
Remarks
Clears the multimap. Removes all key-value pairs.
See Also