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