Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: StringerexMatch createNoResultMatch(char[], int, int)

Declaration

protected sealed override StringerexMatch createNoResultMatch(
    char[] input,
    int index,
    int matchLength
)

Summary

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

Parameters

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