Share via


RegexRunner.IsECMABoundary(Int32, Int32, Int32) Método

Definición

Lo usa un objeto Regex generado por el método CompileToAssembly.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

index
Int32

Posición del límite ECMA posible.

startpos
Int32

Posición inicial.

endpos
Int32

Posición final.

Devoluciones

Devuelve Boolean.

Se aplica a