When overridden by derived class, writes specified byte to stream using implementation specific manner.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected abstract void WriteByte(
byte value
)
Protected MustOverride Sub WriteByte (
value As Byte
)
protected:
virtual void WriteByte(
unsigned char value
) abstract
abstract WriteByte :
value : byte -> unit
Parameters
- value
- Type: SystemByte
A byte to be written.
See Also