Esempio n. 1
0
 private static object Construct(Type type, params object[] args)
 {
     return(ReflUtils.GetConstructor(type, args).Invoke(args));
 }