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. |