Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or(T, IEqualityComparer<T>)

Declaration

public TGenerex Or(
    T element,
    IEqualityComparer<T> comparer
)

Summary

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

See also