Reads next Message Pack entry.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected abstract bool ReadCore()
Protected MustOverride Function ReadCore As Boolean
protected:
virtual bool ReadCore() abstract
abstract ReadCore : unit -> bool
Return Value
Type:
Booleantrue, if position is sucessfully move to next entry;
false, if position reaches the tail of the Message Pack stream.
See Also