Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: GenerexNoResultBase<T, TGenerex, TGenerexMatch>(Predicate<T>)

Declaration

protected GenerexNoResultBase<T, TGenerex, TGenerexMatch>(
    Predicate<T> predicate
)

Summary

Instantiates a regular expression that matches a single element that satisfies the given predicate (cf. [...] in traditional regular expression syntax).

Parameters

Predicate<T>predicate The predicate that identifies matching elements.