예제 #1
0
 public static void ThrowOnFirstNull(params object[] objs)
 {
     Proxy.ThrowOnFirstNull(objs);
 }