Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Generex<T>(Predicate<T>)

  • Declared in: RT.Generexes.Generex<T>

Declaration

public Generex<T>(
    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.