See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected override ConstructorInfo GetConstructorImpl( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers ) |
Visual Basic |
---|
Protected Overrides Function GetConstructorImpl ( bindingAttr As BindingFlags, binder As Binder, callConvention As CallingConventions, types As Type(), modifiers As ParameterModifier() ) As ConstructorInfo |
Visual C++ |
---|
protected: virtual ConstructorInfo^ GetConstructorImpl( BindingFlags bindingAttr, Binder^ binder, CallingConventions callConvention, array<Type^>^ types, array<ParameterModifier>^ modifiers ) override |
Parameters
- bindingAttr
- Type: System.Reflection..::..BindingFlags
- binder
- Type: System.Reflection..::..Binder
- callConvention
- Type: System.Reflection..::..CallingConventions
- types
- Type: array<System..::..Type>[]()[][]
- modifiers
- Type: array<System.Reflection..::..ParameterModifier>[]()[][]