Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TCombinedGenerex then<TOtherGenerex, TOtherGenerexMatch, TOtherMatch, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(TOtherGenerex, Func<TResult, TOtherGenerexMatch, TCombinedResult>)

Declaration

protected TCombinedGenerex then<TOtherGenerex, TOtherGenerexMatch, TOtherMatch, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(
    TOtherGenerex other,
    Func<TResult, TOtherGenerexMatch, 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 result of this regular expression with the match of the other.

Generic type parameters

TOtherGenerex
  • Must derive from: RT.Generexes.GenerexBase<T, TOtherMatch, TOtherGenerex, TOtherGenerexMatch>.
This type parameter is not documented.
TOtherGenerexMatchThis type parameter is not documented.
TOtherMatchThis type parameter is not documented.
TCombinedGenerex
  • Must derive from: RT.Generexes.GenerexWithResultBase<T, TCombinedResult, TCombinedGenerex, TCombinedGenerexMatch>.
This type parameter is not documented.
TCombinedGenerexMatch
  • Must derive from: RT.Generexes.GenerexMatch<T, TCombinedResult>.
This type parameter is not documented.
TCombinedResultThis type parameter is not documented.