RegexRunner.IsECMABoundary(Int32, Int32, Int32) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.