Click or drag to resize
UnpackerSkip 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
public Nullable<long> Skip()

Return Value

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