Ejemplo n.º 1
0
 public object Call(ScriptThread thread, object[] parameters)
 {
     return(Lamda.Call(CreatorScope, thread, parameters));
 }