Implicit conversion operator from a byte
to a CacheableKey.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public static implicit operator CacheableKey ( byte value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As Byte _ ) As CacheableKey |
| Visual C++ |
|---|
static implicit operator CacheableKey^ ( unsigned char value ) |
Parameters
- value
- Byte
See Also
CacheableKey Class
GemStone.GemFire.Cache Namespace