SequenceReader<T>.Rewind(Int64) Method

Definition

Moves the reader back the specified number of items.

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

Parameters

count
Int64

The number of items.

Exceptions

count is negative or greater than Consumed.

Applies to