Click or drag to resize

IPortableWriterWriteIntArray Method

Writes a primitive int-array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
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