WriteBoolean Method
WriteBoolean(bool)
Writes a bool
value to this serialization output
Declaration
void WriteBoolean(bool value)
Parameters
bool | value | the value to be encoded |
Writes a bool
value to this serialization output
void WriteBoolean(bool value)
bool | value | the value to be encoded |