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