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

Assembly: Asgard5Library (Module: Asgard5Library)