RegexRunner.IsBoundary(Int32, Int32, Int32) Methode

Definition

Wird von der Implementierung von Go() aufgerufen, um zu entscheiden, ob die Position am angegebenen Index eine Grenze ist oder nicht. Es ist nur nicht wert, Inlinecode für diese Logik zu emittieren.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

protected:
 bool IsBoundary(int index, int startpos, int endpos);
protected bool IsBoundary(int index, int startpos, int endpos);
member this.IsBoundary : int * int * int -> bool
Protected Function IsBoundary (index As Integer, startpos As Integer, endpos As Integer) As Boolean

Parameter

index
Int32

Die mögliche Grenzposition.

startpos
Int32

Die Anfangsposition.

endpos
Int32

Die Endposition.

Gibt zurück

Gibt Boolean zurück.

Gilt für: