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

Parameters

index
Int32

The possible boundary position.

startpos
Int32

The starting position.

endpos
Int32

The ending position.

Returns

Returns Boolean.

Applies to