Remove bytes from the beginning of the array

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

Syntax

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

Parameters

count
Int32
Number of bytes to remove

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown when count points beyond the bounds of the internal byte array

See Also