Click or drag to resize

IObjectDataOutputWriteBooleanArray Method

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void WriteBooleanArray(
	bool[] booleans
)

Parameters

booleans
Type: SystemBoolean
boolean array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also