CacheableKey Conversion (Boolean to CacheableKey) |
Implicit conversion operator from a boolean
to a CacheableKey.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static implicit operator CacheableKey (
bool value
)
Public Shared Widening Operator CType (
value As Boolean
) As CacheableKey
static implicit operator CacheableKey^ (
bool value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
CacheableKey
See Also