IPortableWriterWriteIntArray Method Hazelcast .Net Client Class Library
Writes a primitive int-array.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

void WriteIntArray(
	string fieldName,
	int[] ints
)

Parameters

fieldName
Type: SystemString
name of the field
ints
Type: SystemInt32
int array to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a primitive int-array.
See Also

Reference