Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Generex<T> New<T>(params Generex<T>[])

Declaration

public static Generex<T> New<T>(
    params Generex<T>[] generexes
)

Summary

Instantiates a regular expression that matches a sequence of consecutive regular expressions.

Generic type parameters

T Type of the objects in the collection against which the regular expression will be matched.

Parameters

Generex<T>[]generexes Sequence of regular expressions to match.