Click or drag to resize

IPortableWriterWriteCharArray Method

Writes a primitive char-array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteCharArray(
	string fieldName,
	char[] chars
)

Parameters

fieldName
Type: SystemString
name of the field
chars
Type: SystemChar
char array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive char-array.
See Also