Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Generex<T, TCombined> Then<TCombined>(Generex<T>, Func<TResult, GenerexMatch<T>, TCombined>)

  • Declared in: RT.Generexes.Generex<T, TResult>

Declaration

public Generex<T, TCombined> Then<TCombined>(
    Generex<T> other,
    Func<TResult, GenerexMatch<T>, TCombined> 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

TCombinedThis type parameter is not documented.