LumiSoft Net Help
Append Method (value)
NamespacesLumiSoft.NetByteBuilderAppend(array<Byte>[]()[][])
Appends specified byte[] value to the buffer.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Append(
	byte[] value
)
Public Sub Append ( 
	value As Byte()
)
public:
void Append(
	array<unsigned char>^ value
)
member Append : 
        value : byte[] -> unit 
Parameters
value (array<Byte>[]()[][])
Byte value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119