Click or drag to resize

IPortableWriterWriteInt Method

Writes a primitive int.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
void WriteInt(
	string fieldName,
	int value
)

Parameters

fieldName
Type: SystemString
name of the field
value
Type: SystemInt32
int value to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive int.
See Also