Declaration
public TOtherGenerex Then<TOtherGenerex, TOtherGenerexMatch, TOtherResult>(
GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch> other
)
Summary
Returns a regular expression that matches this regular expression, followed by the specified other, and
retains the result object generated by each match of the other regular expression.
Generic type parameters
TOtherGenerex | This type parameter is not documented. |
TOtherGenerexMatch | This type parameter is not documented. |
TOtherResult | This type parameter is not documented. |