Reference Library
Insert Method (b)
NamespacesMBNCSUtilDataBufferInsert(Byte)
Inserts the specified value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	byte b
)
Public Sub Insert ( _
	b As Byte _
)
public:
void Insert(
	unsigned char b
)
Parameters
b (Byte)
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)