Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Or(IEqualityComparer<T>, params T[])

Declaration

public TGenerex Or(
    IEqualityComparer<T> comparer,
    params 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