Remove VarBind entry for the specified position in the collection.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void RemoveAt( int pos ) |
| Visual Basic (Declaration) |
|---|
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 |