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<TOtherResult> OfType<TOtherResult>()Declarationpublic Stringerex<TOtherResult> OfType<TOtherResult>() Summary
Returns a regular expression that matches only if the result object of this regular expression is of the
specified type. Generic type parametersTOtherResult |
Type of result object to filter by. |
|