Click or drag to resize

IPortableWriter.WriteBooleanArray Method

Writes a primitive boolean-array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteBooleanArray(
	string fieldName,
	bool[] bools
)

Parameters

fieldName
Type: System.String
name of the field
bools
Type:System.Boolean[]
boolean array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive boolean-array.
See Also