Click or drag to resize
UnpackerReadSubtreeCore Method
Starts unpacking of current subtree.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract Unpacker ReadSubtreeCore()

Return Value

Type: Unpacker
Unpacker to unpack current subtree. This will not be null.
See Also