Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TOtherGenerex Then<TOtherGenerex, TOtherGenerexMatch, TOtherResult>(GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch>)

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
  • Must derive from: RT.Generexes.GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch>.
This type parameter is not documented.
TOtherGenerexMatch
  • Must derive from: RT.Generexes.GenerexMatch<T, TOtherResult>.
This type parameter is not documented.
TOtherResultThis type parameter is not documented.