Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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