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

Assembly: Asgard5Library (Module: Asgard5Library)