Summary
Creates special
Expression body when Limit value is not defined.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Compare Specification <T>
Syntax
[PublicAPI]
[NotNull]
protected abstract Expression BuildExpressionBodyWithoutLimit(Expression arg)
Attributes
| Type | Description |
|---|---|
| PublicAPI | |
| NotNull |
Parameters
| Name | Type | Description |
|---|---|---|
| arg | Expression | Parameter expression with candidate identifier. |
Return Value
| Type | Description |
|---|---|
| Expression | Expression for LambdaExpression body. |

