Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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

Generic type parameters

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

Parameters

T[]elements List of elements excluded from matching.