MsgPackWriter.WriteULong
public static void WriteULong(ref List<byte> bytes, ulong value)
Append value with MsgPackToken token to bytes
Parameters
Name | Type | Description |
---|---|---|
bytes | List<Byte> | |
value | UInt64 |
public static void WriteULong(ref List<byte> bytes, ulong value)
Append value with MsgPackToken token to bytes
Name | Type | Description |
---|---|---|
bytes | List<Byte> | |
value | UInt64 |