Append data to the internal buffer

Namespace:  SnmpSharpNet
Assembly:  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

ExceptionCondition
System..::.ArgumentNullExceptionThrown when argument buf is null or length of zero

See Also