RegexRunner.IsECMABoundary(Int32, Int32, Int32) 方法

定义

CompileToAssembly 方法生成的 Regex 对象使用。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

index
Int32

可能的 ECMA 边界位置。

startpos
Int32

起始位置。

endpos
Int32

结束位置。

返回

Boolean

返回 Boolean

适用于