IRegionTKey, TValueAdd Method (KeyValuePairTKey, TValue) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid Add(
KeyValuePair<TKey, TValue> keyValuePair
)
Sub Add (
keyValuePair As KeyValuePair(Of TKey, TValue)
)
void Add(
KeyValuePair<TKey, TValue> keyValuePair
)
abstract Add :
keyValuePair : KeyValuePair<'TKey, 'TValue> -> unit
Parameters
- keyValuePair
- Type: System.Collections.GenericKeyValuePairTKey, TValue
See Also