MessagePackObject Constructor (Byte) |
Initializes a new instance of the
Byte[] type which wraps
Byte[] instance with specified manner.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObject(
byte[] value
)
Public Sub New (
value As Byte()
)
public:
MessagePackObject(
array<unsigned char>^ value
)
new :
value : byte[] -> MessagePackObject
Parameters
- value
- Type: SystemByte
A bytes array to be wrapped.
Remarks See Also