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