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

Définition

Utilisé par un objet Regex généré par la méthode CompileToAssembly.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

index
Int32

Position de la limite ECMA possible.

startpos
Int32

La position de départ.

endpos
Int32

La position de fin.

Retours

Boolean

Retourne Boolean.

S’applique à