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