Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<TCombined> ThenRaw<TOther, TCombined>(Stringerex<TOther>, Func<TResult, TOther, TCombined>)

Declaration

public Stringerex<TCombined> ThenRaw<TOther, TCombined>(
    Stringerex<TOther> other,
    Func<TResult, TOther, 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 original two matches.

Generic type parameters

TOtherThis type parameter is not documented.
TCombinedThis type parameter is not documented.