RegexRunner.IsECMABoundary(Int32, Int32, Int32) Methode

Definition

Wird von einem Regex Objekt verwendet, das von der CompileToAssembly Methode generiert wird.

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

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

Parameter

index
Int32

Die mögliche ECMA-Grenzposition.

startpos
Int32

Die Anfangsposition.

endpos
Int32

Die Endposition.

Gibt zurück

Gibt Boolean zurück.

Gilt für: