Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Generex<T, IEnumerable<TResult>> InAnyOrder<T, TResult>(params Generex<T, TResult>[])

Declaration

public static Generex<T, IEnumerable<TResult>> InAnyOrder<T, TResult>(
    params Generex<T, TResult>[] generexes
)

Summary

Generates a regular expression that matches the specified regular expressions in any order.

Generic type parameters

T Type of the elements to match.
TResult Type of the result object associated with each match of the regular expression.

Parameters

Generex<T, TResult>[]generexes The regular expressions to match.