Summary
Builds
Expression with compare of result Count() method.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Length Specification <T>
Syntax
[PublicAPI]
[NotNull]
protected abstract Expression BuildValueTypeExpressionBody(Expression arg, Expression callExpression)
Attributes
| Type | Description |
|---|---|
| PublicAPI | |
| NotNull |
Parameters
| Name | Type | Description |
|---|---|---|
| arg | Expression | Candidate parameter Expression |
| callExpression | Expression | Count() method call Expression |
Return Value
| Type | Description |
|---|---|
| Expression | Expression with count compare. |

