RegexRunner.FindFirstChar Metodo

Definizione

La responsabilità di FindFirstChar() è quella di avanzare runtextpos fino a quando non si trova nella posizione successiva che è un candidato per l'inizio di una corrispondenza con esito positivo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valori restituiti

Restituisce Boolean.

Si applica a