LocalRegionTKey, TValueContainsValueForKey Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool ContainsValueForKey(
TKey key
)
Public Overridable Function ContainsValueForKey (
key As TKey
) As Boolean
public:
virtual bool ContainsValueForKey(
TKey key
)
abstract ContainsValueForKey :
key : 'TKey -> bool
override ContainsValueForKey :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Return Value
Type:
BooleanImplements
IRegionTKey, TValueContainsValueForKey(TKey)
See Also