IRegionTKey, TValueRemove Method (KeyValuePairTKey, TValue) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool Remove(
KeyValuePair<TKey, TValue> keyValuePair
)
Function Remove (
keyValuePair As KeyValuePair(Of TKey, TValue)
) As Boolean
bool Remove(
KeyValuePair<TKey, TValue> keyValuePair
)
abstract Remove :
keyValuePair : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- keyValuePair
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Return Value
Type:
Boolean
See Also