예제 #1
0
 public static string GetFuncallString(ValueFunc fn, Args args)
 {
     return(fn.GetName() + "(" + args.ToStringAbbrev() + ")");
 }