CacheableInt16 Constructor (Int16) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableInt16(
short value
)
Public Sub New (
value As Short
)
public:
CacheableInt16(
short value
)
new :
value : int16 -> CacheableInt16
Parameters
- value
- Type: SystemInt16
See Also