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