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 |
| Static method: Stringerex Expect(char, IEqualityComparer<char>, Func<StringerexMatch, Exception>)Declarationpublic static Stringerex Expect(
char element,
IEqualityComparer<char> comparer,
Func<StringerexMatch, Exception> exceptionGenerator
)Summary
Attempts to match the specified character using the specified comparer and throws an exception generated by
the specified code if the regular expression does not match. |