SequenceReader<T>.Rewind(Int64) 方法

定義

依指定的項目數將讀取器向後移。

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

參數

count
Int64

項目的數目。

例外狀況

count 是負值或大於 Consumed

適用於