Example #1
0
 public T EvaluateScriptFunction <T>(string functionName, params string[] args)
 {
     return(jsExecutor.EvaluateScriptFunction <T>(functionName, false, args));
 }