System.Reflection.TypeDelegator.GetConstructorImpl C# (CSharp) Method

GetConstructorImpl() protected method

protected GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
bindingAttr BindingFlags
binder Binder
callConvention CallingConventions
types System.Type
modifiers ParameterModifier
return ConstructorInfo
        protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr,Binder binder,
                CallingConventions callConvention, Type[] types,ParameterModifier[] modifiers)
        {
            return typeImpl.GetConstructor(bindingAttr,binder,callConvention,types,modifiers);
        }