Udostępnij za pośrednictwem


RegexRunner.IsECMABoundary(Int32, Int32, Int32) Metoda

Definicja

Używany przez Regex obiekt wygenerowany przez metodę CompileToAssembly .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

index
Int32

Możliwe położenie granicy ECMA.

startpos
Int32

Pozycja początkowa.

endpos
Int32

Położenie końcowe.

Zwraca

Zwraca wartość Boolean.

Dotyczy