Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: TGenerex operator+(T, GenerexWithResultBase<T, TResult, TGenerex, TGenerexMatch>)

Declaration

public static TGenerex operator+(
    T one,
    GenerexWithResultBase<T, TResult, TGenerex, TGenerexMatch> two
)

Summary

Returns a regular expression that matches the specified element (first operand) followed by the specified regular expression (second operand).