Insert VarBind item at specific location
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void Insert( int pos, Vb item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ pos As Integer, _ item As Vb _ ) |
| Visual C++ |
|---|
public: void Insert( int pos, Vb^ item ) |
Parameters
- pos
- Type: System..::.Int32
Position (zero based)
- item
- Type: SnmpSharpNet..::.Vb
VarBind item to insert
Exceptions
| Exception | Condition |
|---|---|
| System..::.IndexOutOfRangeException | Thrown when position is outside the bounds of the collection |