UnpackerEndReadSubtree Method |
Ends the read subtree.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected virtual void EndReadSubtree()
Protected Overridable Sub EndReadSubtree
protected:
virtual void EndReadSubtree()
abstract EndReadSubtree : unit -> unit
override EndReadSubtree : unit -> unit
Remarks
This method only be called from subtree unpacker.
Custom subtree unpacker implementation must call this method from its
Dispose(Boolean) method.
See Also