Or(element, selector, comparer) Or(selector, comparer, elements) Or(selector, comparer, elements) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Generex<T, TOtherResult> Process<TOtherResult>(Func<GenerexMatch<T, TResult>, TOtherResult>)- Declared in: RT.Generexes.Generex<T, TResult>
Declarationpublic Generex<T, TOtherResult> Process<TOtherResult>(
Func<GenerexMatch<T, TResult>, TOtherResult> selector
) Summary
Processes each match of this regular expression by running it through a provided selector. Generic type parametersTOtherResult |
Type of the object returned by selector. |
ParametersFunc<GenerexMatch<T, TResult>, TOtherResult> | selector |
Function to process a regular expression match. |
|