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 を返します。

適用対象