Append contents of the byte array to the class value. If class value is length 0, byte array content is set as the class value.

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

Syntax

C#
public void Append(
	byte[] value
)
Visual Basic (Declaration)
Public Sub Append ( _
	value As Byte() _
)
Visual C++
public:
void Append(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]
Byte array

See Also