CacheableVector Constructor (Int32) |
Allocates a new empty instance with given initial size.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableVector(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
CacheableVector(
int capacity
)
new :
capacity : int -> CacheableVector
Parameters
- capacity
- Type: SystemInt32
The initial capacity of the vector.
See Also