Example #1
0
 public override LayeObject InvokeAsMethod(LayeState state, LayeObject ths, params LayeObject[] args)
 {
     return state.Execute(null, this, ths, args);
 }
Example #2
0
 public override LayeObject Invoke(LayeState state, params LayeObject[] args)
 {
     return state.Execute(null, this, NULL, args);
 }