Test additional content header

EvaluationScopeT(String) Constructor

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

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public EvaluationScope(
	string scope
)

Parameters

scope  String
Name of the scope

Remarks

This initalization method is mostly useful for testing and prototyping purposes.

See Also