| IPortableWriterWriteByte Method |
Writes a primitive byte.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void WriteByte(
string fieldName,
byte value
)
Sub WriteByte (
fieldName As String,
value As Byte
)
void WriteByte(
String^ fieldName,
unsigned char value
)
abstract WriteByte :
fieldName : string *
value : byte -> unit
Parameters
- fieldName
- Type: SystemString
name of the field - value
- Type: SystemByte
int value to be written
Exceptions Remarks Writes a primitive byte.
See Also