Click or drag to resize
CacheableHashTable 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 CacheableHashTable(
	int capacity
)

Parameters

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