Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: GenerexNoResultBase<T, TGenerex, TGenerexMatch>(T[], IEqualityComparer<T>)

Declaration

protected GenerexNoResultBase<T, TGenerex, TGenerexMatch>(
    T[] elements,
    IEqualityComparer<T> comparer
)

Summary

Instantiates a regular expression that matches a sequence of consecutive elements using the specified equality comparer.