Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

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

Declaration

public static Generex<T, TResult> operator+(
    Generex<T, TResult> one,
    Generex<T> 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 first regular expression.