Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Generex<T, TResult>(TResult)

  • Declared in: RT.Generexes.Generex<T, TResult>

Declaration

public Generex<T, TResult>(
    TResult result
)

Summary

Instantiates an empty regular expression which always matches and returns the specified result object.