Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

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

Summary

Returns a regular expression that matches this regular expression followed by the specified sequence of elements, using the specified equality comparer.