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