Click or drag to resize
UnpackerEndReadSubtree Method
Ends the read subtree.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual void EndReadSubtree()
Remarks
This method only be called from subtree unpacker. Custom subtree unpacker implementation must call this method from its Dispose(Boolean) method.
See Also