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 public Nullable<long> Skip()
Public Function Skip As Nullable(Of Long)
public:
Nullable<long long> Skip()
member Skip : unit -> Nullable<int64>
Return Value
Type:
NullableInt64
Skipped byte length.
If the subtree is not completed, then
null.
See Also