BooleanArrayCreate Method (Boolean) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static BooleanArray Create(
bool[] value
)
Public Shared Function Create (
value As Boolean()
) As BooleanArray
public:
static BooleanArray^ Create(
array<bool>^ value
)
static member Create :
value : bool[] -> BooleanArray
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
BooleanArray
See Also