RegexRunner.FindFirstChar 메서드

정의

FindFirstChar()의 책임은 성공적인 일치 시작의 후보인 다음 위치에 위치할 때까지 Runtextpos를 진행하는 것입니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 virtual bool FindFirstChar();
protected:
 abstract bool FindFirstChar();
protected virtual bool FindFirstChar();
protected abstract bool FindFirstChar();
abstract member FindFirstChar : unit -> bool
override this.FindFirstChar : unit -> bool
abstract member FindFirstChar : unit -> bool
Protected Overridable Function FindFirstChar () As Boolean
Protected MustOverride Function FindFirstChar () As Boolean

반품

Boolean을(를) 반환합니다.

적용 대상