Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: GenerexMatch<T, TResult> createMatchWithResult(TResult, T[], int, int)

Declaration

protected sealed override GenerexMatch<T, TResult> createMatchWithResult(
    TResult result,
    T[] 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.
T[]input Original input array that was matched against.
intindex Start index of the match.
intlength Length of the match.