Summary
Creates special Expression
body when T is value non-nullable type.
Syntax
[PublicAPI]
[NotNull]
protected virtual Expression BuildValueTypeExpressionBody(Expression parameter)
Invokes FluentSpecification.Core.ComplexSpecification`1.BuildExpressionBody(Expression)
by default.
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. |