Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or(Predicate<T>)

Declaration

public TGenerex Or(
    Predicate<T> predicate
)

Summary

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

See also

  • RT.Generexes.GenerexNoResultBase<T, TGenerex, TGenerexMatch>.Or(T, System.Collections.Generic.IEqualityComparer<T>)
  • RT.Generexes.GenerexNoResultBase<T, TGenerex, TGenerexMatch>.Or(System.Collections.Generic.IEqualityComparer<T>, System.Collections.Generic.IEnumerable<T>)