561 {
562 if (types == null)
563 {
564 throw new ArgumentNullException("types");
565 }
566 for (
int i = 0;
i < types.Length;
i++)
567 {
568 if (types[i] == null)
569 {
570 throw new ArgumentNullException("types");
571 }
572 }
574 }
ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers)