Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerexMatch createNoResultMatch(T[], int, int)

Declaration

protected abstract TGenerexMatch createNoResultMatch(
    T[] input,
    int index,
    int matchLength
)

Summary

Instantiates a GenerexMatch<T> object from an index and length.

Parameters

T[]input Original input array that was matched against.
intindex Start index of the match.
intmatchLength Length of the match.