Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TGenerex Not(IEqualityComparer<T>, params T[])

Declaration

public static TGenerex Not(
    IEqualityComparer<T> comparer,
    params T[] elements
)

Summary

Returns a regular expression that matches a single element which is none of the specified elements.

Parameters

IEqualityComparer<T>comparer Equality comparer to use.
T[]elements List of elements excluded from matching.