CacheableByteCreate Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableByte Create(
byte value
)
Public Shared Function Create (
value As Byte
) As CacheableByte
public:
static CacheableByte^ Create(
unsigned char value
)
static member Create :
value : byte -> CacheableByte
Parameters
- value
- Type: SystemByte
Return Value
Type:
CacheableByte
See Also