Ejemplo n.º 1
0
 static Object R11(Object obj, Object[] args)
 {
     return(FastTest.GetFullName((Int32)args[0], (String)args[1]));
 }
Ejemplo n.º 2
0
 static Object Test4(Object obj, Object[] args)
 {
     return(FastTest.GetFullName(123, "abc"));
 }