RegexRunner.IsECMABoundary(Int32, Int32, Int32) Method

Definition

Used by a Regex object generated by the CompileToAssembly method.

This API supports the product infrastructure and is not intended to be used directly from your 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

Parameters

index
Int32

The possible ECMA boundary position.

startpos
Int32

The starting position.

endpos
Int32

The ending position.

Returns

Returns Boolean.

Applies to