Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<TMatch> throwingBackwardMatcher(T[], int)

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

Declaration

protected IEnumerable<TMatch> throwingBackwardMatcher(
    T[] input,
    int startIndex
)

Summary

Throws an InvalidOperationException indicating that backwards matching is not possible for this Generex.