Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Then(Predicate<T>)

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

Declaration

public TGenerex Then(
    Predicate<T> predicate
)

Summary

Returns a regular expression that matches this regular expression followed by a single element that satisfies the specified predicate.