Reference Library
Insert Method (i)
NamespacesMBNCSUtilDataBufferInsert(array<Int32>[]()[][])
Inserts the specified 32-bit data array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int[] i
)
Public Sub Insert ( _
	i As Integer() _
)
public:
void Insert(
	array<int>^ i
)
Parameters
i (array<Int32>[]()[][])
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)