RegexRunner.IsBoundary(Int32, Int32, Int32) Yöntem

Tanım

yöntemi tarafından oluşturulan bir Regex nesne tarafından CompileToAssembly kullanılır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

index
Int32

Olası sınır konumu.

startpos
Int32

Başlangıç konumu.

endpos
Int32

Bitiş konumu.

Döndürülenler

Boolean

Boolean döndürür.

Şunlara uygulanır