Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public TGenerex Or(
    IEqualityComparer<T> comparer,
    IEnumerable<T> elements
)

Summary

Returns a regular expression that matches either this regular expression or the specified sequence of elements using the specified equality comparer (cf. | or [...] in traditional regular expression syntax).

See also