Test additional content header

ScopeCreateHere Method

Initializes a new instance of the EvaluationScope.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static EvaluationScope CreateHere(
	Object obj,
	string scope = "NaN"
)

Parameters

obj  Object
Object where EvaluationScope to be crated. Class name will be used as a prefix of the scope name.
scope  String  (Optional)
Scope name, by default calling method name will be captured.

Return Value

EvaluationScope
Inctance of EvaluationScope.

Remarks

Typically one scope per method would be required to capture logical group of expressions.

See Also