NotSpecification<T>.

GetExpression() Method

Summary

Gets typed lambda Linq Expression with candidate object verification. Expression is negation of Linq Expression, from Specification passed in constructor.

Syntax

[PublicAPI]
public Expression<Func<T, bool>> GetExpression()

Attributes

Type Description
PublicAPI

Return Value

Type Description
Expression<Func<T, bool>> Strongly typed, composed lambda Linq Expression.
GitHub