Insert VarBind item at specific 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 pos,
	Vb item
)
Public Sub Insert ( _
	pos As Integer, _
	item As Vb _
)
public:
void Insert(
	int pos, 
	Vb^ item
)

Parameters

pos
Int32
Position (zero based)
item
Vb
VarBind item to insert

Exceptions

ExceptionCondition
System..::.IndexOutOfRangeExceptionThrown when position is outside the bounds of the collection

See Also