Summary
Represents the result of a regular expression match using
Stringerex<TResult>.
Generic type parameters
TResult |
Type of the result object associated with this regular expression match. |
Instance properties
int | | Gets the index in the original collection at which the match occurred. |
int | | Gets the length of the match. |
string | | Returns the part of the original string which the regular expression matched. |
string | | Gets the entire original string against which the regular expression was matched. |
TResult | | Contains the object generated from this match of the regular expression. |