Summary
Gets typed lambda
Linq Expression with candidate object verification.
- Namespace
- FluentSpecification
.Abstractions .Generic - Containing Type
- I
Negatable Linq Specification <T>
Syntax
[PublicAPI]
[NotNull]
Expression<Func<T, bool>> GetNegationExpression()
Attributes
| Type | Description |
|---|---|
| PublicAPI | |
| NotNull |
Return Value
| Type | Description |
|---|---|
| Expression |
Strongly typed lambda Linq Expression. |

