Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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

Generic type parameters

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

Parameters

T[]elements The sequence of elements to match.