- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public static Generex<T, TResult> operator+(
Generex<T> one,
Generex<T, TResult> two
)
Summary
Returns a regular expression that matches the first regular expression followed by the second and retains the
result object generated by each match of the second regular expression.