Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TCombinedGenerex thenRaw<TOtherGenerex, TOtherGenerexMatch, TOtherResult, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch>, Func<TResult, TOtherResult, TCombinedResult>)

Declaration

protected TCombinedGenerex thenRaw<TOtherGenerex, TOtherGenerexMatch, TOtherResult, TCombinedGenerex, TCombinedGenerexMatch, TCombinedResult>(
    GenerexWithResultBase<T, TOtherResult, TOtherGenerex, TOtherGenerexMatch> other,
    Func<TResult, TOtherResult, 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 original two matches.

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.
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.