Click or drag to resize
UnpackerUnpackSubtreeData Method
Unpacks current subtree and returns subtree root as array or map.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject UnpackSubtreeData()

Return Value

Type: MessagePackObject
An unpacked array or map when current position is array or map header. Or LastReadData when current position is not array nor map header.
See Also