[]
Initializes a new instance of the FilterPredicateExpression class.
public FilterPredicateExpression(Func<object, bool> predicate)
Type | Name | Description |
---|---|---|
Func<object, bool> | predicate | The predicate. |
Initializes a new instance of the FilterPredicateExpression class.
public FilterPredicateExpression(Func<object, int, bool> predicate)
Type | Name | Description |
---|---|---|
Func<object, int, bool> | predicate | The predicate. |