Declaration
protected TOtherGenerex processRaw<TOtherGenerex, TOtherGenerexMatch, TOtherResult>(
Func<TResult, TOtherResult> selector
)Summary
Processes each match of this regular expression by running each result object through a provided selector.
Generic type parameters
| TOtherGenerex |
Generex type to return. |
| TOtherGenerexMatch |
Generex match type that corresponds to TOtherGenerex |
| TOtherResult |
Type of the object returned by selector. |
Parameters
| Func<TResult, TOtherResult> | selector |
Function to process a regular expression match. |