ScopeCreateHere Method
Namespace: Fluent.Calculations.PrimitivesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static EvaluationScope CreateHere(
Object obj,
string scope = "NaN"
)
- 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.
EvaluationScope
Inctance of
EvaluationScope.
Typically one scope per method would be required to capture logical group of expressions.