Click or drag to resize

IReplicatedMap<TKey, TValue>.PutAll 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.12.2
Syntax
void PutAll(
	IDictionary<TKey, TValue> m
)

Parameters

m
Type: System.Collections.Generic.IDictionary<TKey, TValue>
mappings to be stored in this map
See Also