Remove VarBind entry for the specified position in the collection.

Namespace:  SnmpSharpNet
Assembly:  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

ExceptionCondition
System..::.IndexOutOfRangeExceptionThrown when position is outside the bounds of the collection

See Also