Insert VarBind item at specific location
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Insert( int pos, Vb item ) |
| Visual Basic |
|---|
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 |