Edit

Share via


ReaderInput.Skip(Int64) Method

Definition

Skips the specified number of bytes.

public abstract void Skip (long count);
abstract member Skip : int64 -> unit
Public MustOverride Sub Skip (count As Long)

Parameters

count
Int64

The number of bytes to skip.

Applies to