Click or drag to resize
UnpackerUnpackSubtree 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 Nullable<MessagePackObject> UnpackSubtree()

Return Value

Type: NullableMessagePackObject
An unpacked array or map when current position is array or map header. null when current position is not array nor map header.
See Also