CacheableBoolean Constructor (Boolean) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableBoolean(
bool value
)
Public Sub New (
value As Boolean
)
public:
CacheableBoolean(
bool value
)
new :
value : bool -> CacheableBoolean
Parameters
- value
- Type: SystemBoolean
See Also