SpanLineEnumerator.MoveNext 메서드

정의

열거자를 범위의 다음 줄로 진행합니다.

public:
 bool MoveNext();
public bool MoveNext ();
member this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

반환

Boolean

true if the enumerator successfully advanced to the next line; false if the enumerator has advanced past the end of the span.

적용 대상