Skips the subtree where the root is the current entry, and returns skipped byte length.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected abstract Nullable<long> SkipCore()
Protected MustOverride Function SkipCore As Nullable(Of Long)
protected:
virtual Nullable<long long> SkipCore() abstract
abstract SkipCore : unit -> Nullable<int64>
Return Value
Type:
NullableInt64
Skipped byte length.
If the subtree is not completed, then
null.
See Also