Append data to the internal buffer
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public void Append( byte[] buf )
Public Sub Append ( _ buf As Byte() _ )
public: void Append( array<unsigned char>^ buf )
Parameters
- buf
- array<
Byte
>[]()[]
Byte array to append to the internal byte array
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown when argument buf is null or length of zero |