LengthSpecification<T>.

BuildValueTypeExpressionBody(Expression, Expression) Method

Summary

Builds Expression with compare of result Count() method.
Namespace
FluentSpecification.Common
Containing Type
LengthSpecification<T>

Syntax

[PublicAPI]
protected override Expression BuildValueTypeExpressionBody(Expression arg, Expression callExpression)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
arg Expression Candidate parameter Expression
callExpression Expression Count() method call Expression

Return Value

Type Description
Expression Expression with count compare.
GitHub