Allocates a new empty instance with given initial size.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public CacheableArrayList( int capacity ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ capacity As Integer _ ) |
| Visual C++ |
|---|
public: CacheableArrayList ( int capacity ) |
Parameters
- capacity
- Int32
The initial capacity of the vector.
See Also
CacheableArrayList Class
GemStone.GemFire.Cache Namespace