Ejemplo n.º 1
0
 public static void InternMethod(string module, string pn, AnyMethod d)
 {
     if (!PlEngine.SaveRegisterForeign(module, pn.ToString(), -1, d))
     {
         return;
     }
     InternMethod(module, pn, d.Method);
 }