CacheableByte Constructor (Byte) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableByte(
byte value
)
Public Sub New (
value As Byte
)
public:
CacheableByte(
unsigned char value
)
new :
value : byte -> CacheableByte
Parameters
- value
- Type: SystemByte
See Also