Add MutableByte and byte array values into a new MutableByte class.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MutableByte operator +(
	MutableByte buf1,
	byte[] buf2
)
Public Shared Operator + ( _
	buf1 As MutableByte, _
	buf2 As Byte() _
) As MutableByte
public:
static MutableByte^ operator +(
	MutableByte^ buf1, 
	array<unsigned char>^ buf2
)

Parameters

buf1
MutableByte
MutableByte class
buf2
array< Byte >[]()[]
MutableByte class

Return Value

New MutableByte class containing concatenated result

See Also