ComplexSpecification<T>.

BuildValueTypeExpressionBody(Expression) Method

Summary

Creates special Expression body when T is value non-nullable type.
Namespace
FluentSpecification.Core
Containing Type
ComplexSpecification<T>

Syntax

[PublicAPI]
[NotNull]
protected virtual Expression BuildValueTypeExpressionBody(Expression parameter)

Remarks

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