Test additional content header

EvaluationScopeT(FuncEvaluationScopeT, T) Constructor

Initializes a new instance of the EvaluationScopeT class with standalone labda expression.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public EvaluationScope(
	Func<EvaluationScope<T>, T> func
)

Parameters

func  FuncEvaluationScopeT, T
Lambda expression using IValue types.

Remarks

Useful to capture small ad-hoc expressions for tests or experimentation purposes.

See Also