Expect(stringerex, exceptionGenerator) Expect(stringerexes, exceptionGenerator) Expect(predicate, exceptionGenerator) Expect(element, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(element, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect<>(stringerex, exceptionGenerator) Throw<>(exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<TResult> Process<TResult>(Func<StringerexMatch, TResult>)Declarationpublic Stringerex<TResult> Process<TResult>(
Func<StringerexMatch, TResult> selector
) Summary
Processes each match of this regular expression by running it through a provided selector. Generic type parametersTResult |
Type of the result object associated with each match of the regular expression. |
ParametersFunc<StringerexMatch, TResult> | selector |
Function to process a regular expression match. |
|