Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: Generex<T, TResult> operator+(Generex<T>, Generex<T, TResult>)

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

Declaration

public static Generex<T, TResult> operator+(
    Generex<T> one,
    Generex<T, TResult> two
)

Summary

Returns a regular expression that matches the first regular expression followed by the second and retains the result object generated by each match of the second regular expression.