Legend
| Static method: Generex<T, TResult> |
TResult
| The type of object to match. |
The following example code creates a regular expression that matches, within a collection of Animal objects, an object of type Giraffe.
var regex = Generex<Animal>.Any<Giraffe>()