IRegionTKey, TValuePutAll Method (IDictionaryTKey, TValue) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid PutAll(
IDictionary<TKey, TValue> map
)
Sub PutAll (
map As IDictionary(Of TKey, TValue)
)
void PutAll(
IDictionary<TKey, TValue>^ map
)
abstract PutAll :
map : IDictionary<'TKey, 'TValue> -> unit
Parameters
- map
- Type: System.Collections.GenericIDictionaryTKey, TValue
See Also