  | 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.4
Syntaxvoid PutAll(
	IDictionary<TKey, TValue> m
)
Sub PutAll ( 
	m As IDictionary(Of TKey, TValue)
)
void PutAll(
	IDictionary<TKey, TValue>^ m
)
abstract PutAll : 
        m : IDictionary<'TKey, 'TValue> -> unit 
Parameters
- m
 - Type: System.Collections.GenericIDictionaryTKey, TValue
mappings to be stored in this map 
See Also