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

Provides a set of static methods that extends Capture class.
Afficher le fichier Open project: JosefPihrt/LinqToRegex

Méthodes publiques

Méthode Description
EndIndex ( this capture ) : int

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

Method Details

EndIndex() public static méthode

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.
Résultat int