Persistate API documentation
Append Method (value)
NamespacesPersistateMessageAppend(array<Byte>[]()[][])

[This is preliminary documentation and is subject to change.]

Appends a byte array to this Message.
Declaration Syntax
C#
public void Append(
	byte[] value
)
Parameters
value (array<Byte>[]()[][])
The byte array to append.
Remarks
The length of the array is appended first, so that the array can be read back.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)