共用方式為


Reader<TInput>.Skip(Int64) 方法

定義

略過指定的位元組數目。

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

參數

count
Int64

要略過的位元組數目。

適用於