When overridden by derived class, change current position to specified offset.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected virtual void SeekTo(
long offset
)
Protected Overridable Sub SeekTo (
offset As Long
)
protected:
virtual void SeekTo(
long long offset
)
abstract SeekTo :
offset : int64 -> unit
override SeekTo :
offset : int64 -> unit
Parameters
- offset
- Type: SystemInt64
Offset. You shoud not specify the value which causes underflow or overflow.
Exceptions See Also