Example #1
0
 static object ConstructorInvoke(ConstructorInfo ctor, object[] parameterValues)
 {
     return ctor.FastInvoke(parameterValues);
 }