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 |
public static void WriteBool(ref List<byte> bytes, bool value)
Append fixedbool with either MsgPackToken to bytes
Name | Type | Description |
---|---|---|
bytes | List<Byte> | |
value | Boolean |