Remove bytes from the beginning of the array
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void RemoveBeginning( int count ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveBeginning ( _ count As Integer _ ) |
| Visual C++ |
|---|
public: void RemoveBeginning( int count ) |
Parameters
- count
- Type: System..::.Int32
Number of bytes to remove
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown when count points beyond the bounds of the internal byte array |