Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Where(Func<TGenerexMatch, bool>)

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

Declaration

public TGenerex Where(
    Func<TGenerexMatch, bool> code
)

Summary

Restricts matches of this regular expression to those that satisfy the specified predicate.