Пример #1
0
 public static T EvaluateCode <T>(this ScriptContext context, string code, Dictionary <string, object> args = null) =>
 context.EvaluateCode(code, args).ConvertTo <T>();