CacheableHashSet Constructor (Int32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableHashSet(
int size
)
Public Sub New (
size As Integer
)
public:
CacheableHashSet(
int size
)
new :
size : int -> CacheableHashSet
Parameters
- size
- Type: SystemInt32
See Also