TypeBuilder.DefineDefaultConstructorCore(MethodAttributes) Méthode

Définition

En cas de substitution dans une classe dérivée, définit le constructeur sans paramètre. Le constructeur défini ici appelle le constructeur sans paramètre du parent.

protected:
 abstract System::Reflection::Emit::ConstructorBuilder ^ DefineDefaultConstructorCore(System::Reflection::MethodAttributes attributes);
protected abstract System.Reflection.Emit.ConstructorBuilder DefineDefaultConstructorCore (System.Reflection.MethodAttributes attributes);
abstract member DefineDefaultConstructorCore : System.Reflection.MethodAttributes -> System.Reflection.Emit.ConstructorBuilder
Protected MustOverride Function DefineDefaultConstructorCore (attributes As MethodAttributes) As ConstructorBuilder

Paramètres

attributes
MethodAttributes

Combinaison de bits des valeurs d’énumération qui spécifie les attributs à appliquer au constructeur.

Retours

Constructeur.

S’applique à