- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, 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 parameters
TOtherResult |
Type of result object to filter by. |