Our new developer documentation is now available. Please check it out!
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 |