Udostępnij za pośrednictwem


RegexRunner.IsBoundary(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 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

Parametry

index
Int32

Możliwe położenie granicy.

startpos
Int32

Pozycja początkowa.

endpos
Int32

Położenie końcowe.

Zwraca

Boolean

Zwraca wartość Boolean.

Dotyczy