Remove number of byte values from the end of the internal buffer
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void RemoveEnd( int count ) |
| Visual Basic |
|---|
Public Sub RemoveEnd ( _ count As Integer _ ) |
| Visual C++ |
|---|
public: void RemoveEnd( 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 |