Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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