コード例 #1
0
 public object InvokeConstructor(object[] arguments)
 {
     return(_constructorInfo.Invoke(arguments));
 }