RegexRunner.IsECMABoundary(Int32, Int32, Int32) Método
Definição
Usado por um objeto Regex gerado pelo método CompileToAssembly.Used by a Regex object generated by the CompileToAssembly method.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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
A posição de limite ECMA possível.The possible ECMA boundary position.
- startpos
- Int32
A posição inicial.The starting position.
- endpos
- Int32
A posição final.The ending position.
Retornos
Retorna Boolean.Returns Boolean.