Add MutableByte and byte array values into a new MutableByte class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static MutableByte operator +( MutableByte buf1, byte[] buf2 ) |
| Visual Basic |
|---|
Public Shared Operator + ( _ buf1 As MutableByte, _ buf2 As Byte() _ ) As MutableByte |
| Visual C++ |
|---|
public: static MutableByte^ operator +( MutableByte^ buf1, array<unsigned char>^ buf2 ) |
Parameters
- buf1
- Type: SnmpSharpNet..::..MutableByte
MutableByte class
- buf2
- Type: array<System..::..Byte>[]()[][]
MutableByte class