NullSpecification<T>.

BuildExpressionBody(Expression) Method

Summary

Creates special Expression body when T is non-value or nullable type.
Namespace
FluentSpecification.Common
Containing Type
NullSpecification<T>

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.
GitHub