- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, TOtherResult> Cast<TOtherResult>()
Summary
Returns a regular expression that casts the result object of this regular expression to a different type.
Generic type parameters
TOtherResult |
Type to cast the result object to. |