[]
Initializes a new instance of the FilterPredicateExpression class.
public FilterPredicateExpression(Func<object, bool> predicate)
Public Sub New(predicate As Func(Of Object, Boolean))
| Type | Name | Description |
|---|---|---|
| Func<object, bool> | predicate | The predicate. |
Initializes a new instance of the FilterPredicateExpression class.
public FilterPredicateExpression(Func<object, int, bool> predicate)
Public Sub New(predicate As Func(Of Object, Integer, Boolean))
| Type | Name | Description |
|---|---|---|
| Func<object, int, bool> | predicate | The predicate. |