Insert single byte at specified location

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

Syntax

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

Parameters

position
Int32
Location to perform insert (0 based)
buf
Byte
Byte value to insert

See Also