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> Cast<TOtherResult>()Declarationpublic Stringerex<TOtherResult> Cast<TOtherResult>() Summary
Returns a regular expression that casts the result object of this regular expression to a different type. Generic type parametersTOtherResult |
Type to cast the result object to. |
|