예제 #1
0
 public static object Apply(ICallerContext context, object func, object args)
 {
     return(Ops.CallWithArgsTupleAndContext(context, func, new object[0], args));
 }