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

정의

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

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

매개 변수

count
Int64

진행할 항목의 개수입니다.

적용 대상