Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: StringerexMatch<TResult> createMatchWithResult(TResult, char[], int, int)

Declaration

protected sealed override StringerexMatch<TResult> createMatchWithResult(
    TResult result,
    char[] input,
    int index,
    int length
)

Summary

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

Parameters

TResultresult The result object associated with this match.
char[]input Original input array that was matched against.
intindex Start index of the match.
intlength Length of the match.