Remove VarBind entry for the specified position in the collection.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- pos
- Int32
Position of the entry to remove (zero based)
Exceptions
| Exception | Condition |
|---|---|
| System..::.IndexOutOfRangeException | Thrown when position is outside the bounds of the collection |