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

Parametri

index
Int32

Possibile posizione limite.

startpos
Int32

Posizione iniziale.

endpos
Int32

Posizione finale.

Restituisce

Restituisce Boolean.

Si applica a