RegexRunner.IsECMABoundary(Int32, Int32, Int32) Metodo

Definizione

Determina se la posizione in corrispondenza dell'indice specificato è un limite di parole compatibile con ECMA.

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

La possibile posizione limite ECMA.

startpos
Int32

La posizione iniziale.

endpos
Int32

Posizione finale.

Valori restituiti

Restituisce Boolean.

Si applica a