[This is preliminary documentation and is subject to change.]
Appends a byte array to this Message.
| C# |
public void Append( byte[] value )
- value (array<Byte>[]()[][])
- The byte array to append.
The length of the array is appended first, so that the array can
be read back.