Esempio n. 1
0
 public void AddSelfOperator(string op, JSCFunction func, int length)
 {
     _register.RegisterOperator(_type, op, func, length);
 }
Esempio n. 2
0
 public void AddSelfOperator(string op, IDynamicMethod func)
 {
     _register.RegisterOperator(_type, op, func);
 }