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