Our new developer documentation is now available. Please check it out!
MsgPackWriter.WriteByte
public static void WriteByte(ref List<byte> bytes, byte value)
Append value with MsgPackToken token to bytes
Parameters
Name | Type | Description |
---|---|---|
bytes | List<Byte> | |
value | Byte |