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