Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<TOtherResult> OfType<TOtherResult>()

Declaration

public 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 parameters

TOtherResult Type of result object to filter by.