Replace(input, replaceWith, startAt, maxReplace) Replace(input, replaceWith, startAt, maxReplace) ThenExpect(exceptionGenerator, comparer, elements) ThenExpect(exceptionGenerator, comparer, elements) Throw(exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: TGenerex Then<TOtherGenerex, TOtherGenerexMatch>(IEnumerable<GenerexNoResultBase<T, TOtherGenerex, TOtherGenerexMatch>>)- Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>
Declarationpublic TGenerex Then<TOtherGenerex, TOtherGenerexMatch>(
IEnumerable<GenerexNoResultBase<T, TOtherGenerex, TOtherGenerexMatch>> other
) Summary
Returns a regular expression that matches a consecutive sequence of regular expressions, beginning with this
one, followed by the specified ones. Generic type parametersTOtherGenerex | This type parameter is not documented. | TOtherGenerexMatch | This type parameter is not documented. |
|