Expect(stringerex, exceptionGenerator) Expect(stringerexes, exceptionGenerator) Expect(predicate, exceptionGenerator) Expect(element, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(element, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect<>(stringerex, exceptionGenerator) Throw<>(exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: StringerexMatch createNoResultMatch(char[], int, int)Declarationprotected sealed override StringerexMatch createNoResultMatch(
char[] input,
int index,
int matchLength
) Summary
Instantiates a GenerexMatch<T> object from an index and length. Parameterschar[] | input |
Original input array that was matched against. | int | index |
Start index of the match. | int | matchLength |
Length of the match. |
|