Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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