Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static Generex<T> InAnyOrder<T>(
    IEqualityComparer<T> comparer,
    params T[] elements
)

Summary

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

Generic type parameters

T Type of the elements to match.

Parameters

IEqualityComparer<T>comparer Equality comparer to determine matching elements.
T[]elements The elements to match.