CacheableInt16Create Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableInt16 Create(
short value
)
Public Shared Function Create (
value As Short
) As CacheableInt16
public:
static CacheableInt16^ Create(
short value
)
static member Create :
value : int16 -> CacheableInt16
Parameters
- value
- Type: SystemInt16
Return Value
Type:
CacheableInt16
See Also