Click or drag to resize
CacheableStack Constructor (Int32)
Allocates a new empty 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 CacheableStack(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The initial capacity of the vector.
See Also