Click or drag to resize

IReplicatedMapTKey, TValuePutAll Method

Copies all of the mappings from the specified map to this map

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void PutAll(
	IDictionary<TKey, TValue> m
)

Parameters

m
Type: System.Collections.GenericIDictionaryTKey, TValue
mappings to be stored in this map
See Also