Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TGenerex Not(T)

Declaration

public static TGenerex Not(
    T element
)

Summary

Returns a regular expression that matches a single element which is not equal to the specified element.

Parameters

Telement List of elements excluded from matching.