Declaration
protected TCombinedGenerex then<TOtherGenerex, TOtherGenerexMatch, TOtherMatch, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(
TOtherGenerex other,
Func<TResult, TOtherGenerexMatch, TCombinedResult> 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 parameters
TOtherGenerex | This type parameter is not documented. |
TOtherGenerexMatch | This type parameter is not documented. |
TOtherMatch | This type parameter is not documented. |
TCombinedGenerex | This type parameter is not documented. |
TCombinedGenerexMatch | This type parameter is not documented. |
TCombinedResult | This type parameter is not documented. |