Summary
Creates special
Expression
body when Limit value defined.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Compare Specification <T>
Syntax
[PublicAPI]
[NotNull]
protected abstract Expression BuildExpressionBodyWithLimit(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. |