Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: Stringerex<TResult> ToStringerex<TResult>(this Generex<char, TResult>)

Declaration

public static Stringerex<TResult> ToStringerex<TResult>(
    this Generex<char, TResult> generex
)

Summary

Converts the specified Generex<T, TResult> to an equivalent regular expression of type Stringerex<TResult>.

Generic type parameters

TResultThis type parameter is not documented.