Reference Library
Insert Method (i)
NamespacesMBNCSUtilDataBufferInsert(Int32)
Inserts the specified value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int i
)
Public Sub Insert ( _
	i As Integer _
)
public:
void Insert(
	int i
)
Parameters
i (Int32)
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)