예제 #1
0
파일: FastTest.cs 프로젝트: xlfj5211/esb
 static Object R11(Object obj, Object[] args)
 {
     return(FastTest.GetFullName((Int32)args[0], (String)args[1]));
 }
예제 #2
0
파일: FastTest.cs 프로젝트: xlfj5211/esb
 static Object Test4(Object obj, Object[] args)
 {
     return(FastTest.GetFullName(123, "abc"));
 }