Allow implicit casting of this object as a byte array for any callers.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static implicit operator byte[] ( MutableByte obj ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ obj As MutableByte _ ) As Byte() |
| Visual C++ |
|---|
static implicit operator array<unsigned char>^ ( MutableByte^ obj ) |
Parameters
- obj
- Type: SnmpSharpNet..::..MutableByte
MutableByte object whose values should be cast as byte array