IMapTKey, TValuePutAll Method Hazelcast .Net Client Class Library
Copies all of the mappings from the specified map to this map

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

void PutAll(
	IDictionary<TKey, TValue> m
)

Parameters

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

Reference