public interface IEvaluationScope<out T> : IEvaluationScope
where T : class, new(), IValueProvider
EvaluateTValue(ExpressionFuncTValue, String, String) | Evaluates an expression and captures it's arguments. (Inherited from IEvaluationScope) |
EvaluateTCase, TValue(FuncSwitchExpressionTCase, TValueResultEvaluator, String) | Evaluates switch expression and captures it's values as arguments. (Inherited from IEvaluationScope) |
ToResult | Runs and return result from implemented calculation. |