Delete VB from the specified location in the VarBind list

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

Syntax

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

Parameters

pos
Int32
0 based VB location

See Also