Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Then<TOtherGenerex, TOtherGenerexMatch>(params GenerexNoResultBase<T, TOtherGenerex, TOtherGenerexMatch>[])

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

Declaration

public TGenerex Then<TOtherGenerex, TOtherGenerexMatch>(
    params GenerexNoResultBase<T, TOtherGenerex, TOtherGenerexMatch>[] other
)

Summary

Returns a regular expression that matches a consecutive sequence of regular expressions, beginning with this one, followed by the specified ones.

Generic type parameters

TOtherGenerexThis type parameter is not documented.
TOtherGenerexMatchThis type parameter is not documented.