Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

Returns a regular expression that matches either a single element that satisfies the specified predicate (first operand) or the specified regular expression (second operand) (cf. | in traditional regular expression syntax).