Declaration
protected TCombinedGenerex thenRaw<TOtherGenerex, TOtherGenerexMatch, TOtherResult, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(
GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch> other,
Func<TResult, TOtherResult, 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 original two matches.
Generic type parameters
TOtherGenerex | This type parameter is not documented. |
TOtherGenerexMatch | This type parameter is not documented. |
TOtherResult | 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. |