Click or drag to resize
UnpackerSkipCore Method
Skips the subtree where the root is the current entry, and returns skipped byte length.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract Nullable<long> SkipCore()

Return Value

Type: NullableInt64
Skipped byte length. If the subtree is not completed, then null.
See Also