C# Class Pihrtsoft.Text.RegularExpressions.Linq.Extensions.CaptureExtensions

Provides a set of static methods that extends Capture class.
ファイルを表示 Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
EndIndex ( this capture ) : int

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

Method Details

EndIndex() public static method

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.
return int