Reference Library
Insert Method (b)
NamespacesMBNCSUtilDataBufferInsert(array<SByte>[]()[][])
Inserts the specified byte array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public void Insert(
	sbyte[] b
)
<CLSCompliantAttribute(False)> _
Public Sub Insert ( _
	b As SByte() _
)
[CLSCompliantAttribute(false)]
public:
void Insert(
	array<signed char>^ b
)
Parameters
b (array<SByte>[]()[][])
The value to insert.
Remarks
This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)