Exemplo n.º 1
0
 public static async Task <T> EvaluateAsync <T>(this ScriptContext context, string script, Dictionary <string, object> args = null) =>
 (await context.EvaluateAsync(script, args)).ConvertTo <T>();