Reference Library
InsertByteArray Method (b)
NamespacesMBNCSUtilDataBufferInsertByteArray(array<Byte>[]()[][])
Inserts the specified byte array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertByteArray(
	byte[] b
)
Public Sub InsertByteArray ( _
	b As Byte() _
)
public:
void InsertByteArray(
	array<unsigned char>^ b
)
Parameters
b (array<Byte>[]()[][])
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)