Or(element, selector, comparer) Or(elements, selector, comparer) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<IEnumerable<TResult>> Times(int)Declarationpublic Stringerex<IEnumerable<TResult>> Times(
int times
)Summary
Returns a regular expression that matches this regular expression the specified number of times (cf.
{times} in traditional regular expression syntax). Parameters| int | times |
A non-negative number specifying the number of times the regular expression must match. |
Exceptions- System.ArgumentOutOfRangeException
times is negative.
|