C# Класс Pihrtsoft.Text.RegularExpressions.Linq.Extensions.CaptureExtensions

Provides a set of static methods that extends Capture class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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