Or(element, selector, comparer) Or(selector, comparer, elements) Or(selector, comparer, elements) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: GenerexMatch<T, TResult> createMatchWithResult(TResult, T[], int, int)Declarationprotected 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| TResult | result |
The result object associated with this match. | | T[] | input |
Original input array that was matched against. | | int | index |
Start index of the match. | | int | length |
Length of the match. |
|