コード例 #1
0
 public void AddSelfOperator(string op, JSCFunction func, int length)
 {
     _register.RegisterOperator(_type, op, func, length);
 }
コード例 #2
0
 public void AddSelfOperator(string op, IDynamicMethod func)
 {
     _register.RegisterOperator(_type, op, func);
 }