Or(element, selector, comparer) Or(elements, selector, comparer) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<TCombined> Then<TOther, TCombined>(Stringerex<TOther>, Func<TResult, StringerexMatch<TOther>, TCombined>)Declarationpublic Stringerex<TCombined> Then<TOther, TCombined>(
Stringerex<TOther> other,
Func<TResult, StringerexMatch<TOther>, TCombined> selector
) Summary
Returns a regular expression that matches this regular expression, followed by the specified one, and
generates a result object that combines the result of this regular expression with the match of the other. Generic type parametersTOther | This type parameter is not documented. | TCombined | This type parameter is not documented. |
|