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<TResult> Recursive<TResult>(Func<Stringerex<TResult>, Stringerex<TResult>>)Declarationpublic static Stringerex<TResult> Recursive<TResult>(
Func<Stringerex<TResult>, Stringerex<TResult>> generator
) Summary
Generates a recursive regular expression, i.e. one that can contain itself, allowing the matching of
arbitrarily nested expressions. Generic type parametersTResult | This type parameter is not documented. |
ParametersFunc<Stringerex<TResult>, Stringerex<TResult>> | generator |
A function that generates the regular expression from an object that recursively represents the result. |
|