Share via


SequenceReader<T>.Rewind(Int64) 메서드

정의

reader를 지정된 항목 수만큼 뒤로 이동시킵니다.

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보다 큽니다.

적용 대상