Summary
Represents the result of a regular expression match using
Generex<T, TResult>.
Generic type parameters
| T |
Type of the objects in the collection. |
| 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. |
| T[] | | Returns a slice of the original collection which the regular expression matched. |
| T[] | | Gets the entire original sequence against which the regular expression was matched. |
| TResult | | Contains the object generated from this match of the regular expression. |