Remove VarBind entry for the specified position in the collection.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RemoveAt(
	int pos
)
Public Sub RemoveAt ( _
	pos As Integer _
)
public:
void RemoveAt(
	int pos
)

Parameters

pos
Int32
Position of the entry to remove (zero based)

Exceptions

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

See Also