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.0.0 (0.5.0.0)

Syntax

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

Parameters

value
array< Byte >[]()[]
Byte array

See Also