Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TGenerex Not(params T[])

Declaration

public static TGenerex Not(
    params T[] elements
)

Summary

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

Parameters

T[]elements List of elements excluded from matching.