RegexRunner.IsBoundary(Int32, Int32, Int32) Method

Definition

Called by the implementation of Go() to decide whether the pos at the specified index is a boundary or not. It's just not worth emitting inline code for this logic.

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