Summary
Creates special
Expression body when T is non-value or nullable type.
- Namespace
- FluentSpecification
.Common - Containing Type
- TrueSpecification
Syntax
[PublicAPI]
protected override Expression BuildExpressionBody(Expression arg)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| arg | Expression |
Return Value
| Type | Description |
|---|---|
| Expression | Expression for LambdaExpression body. |

