Allow implicit casting of this object as a byte array for any callers.

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

Syntax

C#
public static implicit operator byte[] (
	MutableByte obj
)
Visual Basic (Declaration)
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

Return Value

Byte array represented in the MutableObject class.

See Also