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

定义

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

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

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

参数

index
Int32

可能的边界位置。

startpos
Int32

起始位置。

endpos
Int32

结束位置。

返回

返回 Boolean

适用于