Click or drag to resize
CacheableVectorCreate Method (Int32)
Static function to create a new instance with given initial size.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableVector Create(
	int capacity
)

Parameters

capacity
Type: SystemInt32

Return Value

Type: CacheableVector
See Also