MessagePackExtendedTypeObject Constructor |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackExtendedTypeObject(
byte typeCode,
byte[] body
)
Public Sub New (
typeCode As Byte,
body As Byte()
)
public:
MessagePackExtendedTypeObject(
unsigned char typeCode,
array<unsigned char>^ body
)
new :
typeCode : byte *
body : byte[] -> MessagePackExtendedTypeObject
Parameters
- typeCode
- Type: SystemByte
A type code of this extension object. - body
- Type: SystemByte
A binary value portion.
Exceptions See Also