Reader<TInput>.Skip(Int64) 方法

定义

跳过指定的字节数。

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

参数

count
Int64

要跳过的字节数。

适用于