Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Do(Action<TGenerexMatch>)

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

public TGenerex Do(
    Action<TGenerexMatch> code
)

Summary

Executes the specified code every time the regular expression engine encounters this expression.