Пример #1
0
 public JsFunction CreateFunction(Delegate func, string name = null)
 {
     return(ValueFactory.CreateFunction(func, name));
 }