Summary
Creates special
Expression
body when T is non-value or nullable type.
- Namespace
- FluentSpecification
.Core - Containing Type
- ComplexSpecification
<T>
Syntax
[PublicAPI]
[NotNull]
protected abstract Expression BuildExpressionBody(Expression parameter)
Attributes
Type | Description |
---|---|
PublicAPI | |
NotNull |
Parameters
Name | Type | Description |
---|---|---|
parameter | Expression | Parameter expression with candidate identifier. |
Return Value
Type | Description |
---|---|
Expression | Expression for LambdaExpression body. |