Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: Generex<T> CreateFailGenerex<T>(this T[])

Declaration

public static Generex<T> CreateFailGenerex<T>(
    this T[] input
)

Summary

Returns a regular expression that never matches (cf. (?!) in traditional regular expression syntax).

Generic type parameters

T Type of objects that the regular expression will later match against.

Parameters

this T[]input The value of this parameter is ignored, but can be used for type inference to enable matching of collections of anonymous types.

See also