Remove VarBind entry for the specified position in the collection.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void RemoveAt( int pos ) |
| Visual Basic |
|---|
Public Sub RemoveAt ( _ pos As Integer _ ) |
| Visual C++ |
|---|
public: void RemoveAt( int pos ) |
Parameters
- pos
- Type: System..::..Int32
Position of the entry to remove (zero based)
Exceptions
| Exception | Condition |
|---|---|
| System..::..IndexOutOfRangeException | Thrown when position is outside the bounds of the collection |