C# 클래스 Pihrtsoft.Text.RegularExpressions.Linq.Extensions.CaptureExtensions

Provides a set of static methods that extends Capture class.
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex

공개 메소드들

메소드 설명
EndIndex ( this capture ) : int

Returns a sum of index and length of a specified capture.

메소드 상세

EndIndex() 공개 정적인 메소드

Returns a sum of index and length of a specified capture.
is null.
public static EndIndex ( this capture ) : int
capture this A regular expression capture.
리턴 int