RegexRunner.IsECMABoundary(Int32, Int32, Int32) Metodo

Definizione

Usato da un oggetto Regex generato dal metodo CompileToAssembly.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

index
Int32

Possibile posizione dei limiti ECMA.

startpos
Int32

Posizione iniziale.

endpos
Int32

Posizione finale.

Restituisce

Restituisce Boolean.

Si applica a