Summary
Creates special
Expression
body when T is value non-nullable type.
- Namespace
- FluentSpecification
.Common - Containing Type
- NullSpecification
<T>
Syntax
[PublicAPI]
protected override Expression BuildValueTypeExpressionBody(Expression arg)
Remarks
Invokes
FluentSpecification.Core.ComplexSpecification`1.BuildExpressionBody(Expression)
by default.
Attributes
Type | Description |
---|---|
PublicAPI |
Parameters
Name | Type | Description |
---|---|---|
arg | Expression |
Return Value
Type | Description |
---|---|
Expression | Expression for LambdaExpression body. |