CacheableInt32ArrayCreate Method (Int32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableInt32Array Create(
int[] value
)
Public Shared Function Create (
value As Integer()
) As CacheableInt32Array
public:
static CacheableInt32Array^ Create(
array<int>^ value
)
static member Create :
value : int[] -> CacheableInt32Array
Parameters
- value
- Type: SystemInt32
Return Value
Type:
CacheableInt32Array
See Also