- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, TCombined> ThenRaw<TOther, TCombined>(
Generex<T, TOther> other,
Func<TResult, 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 original two matches.
Generic type parameters
TOther | This type parameter is not documented. |
TCombined | This type parameter is not documented. |