ByteICollectionExtensions.AddInt64 Method
Definition
Adds a Int64 to a byte collection.
public static void AddInt64(this ICollection<Byte> bytes, long value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| bytes | ICollection<Byte> | |
| value | Int64 | The Int64 value to add. |
| endian | Endian | The endianness to use. |