Insert single byte at specified location

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public void Insert(
	int position,
	byte buf
)
Visual Basic (Declaration)
Public Sub Insert ( _
	position As Integer, _
	buf As Byte _
)
Visual C++
public:
void Insert(
	int position, 
	unsigned char buf
)

Parameters

position
Type: System..::.Int32
Location to perform insert (0 based)
buf
Type: System..::.Byte
Byte value to insert

See Also