TypeBuilder.DefineDefaultConstructorCore(MethodAttributes) Método

Definição

Quando substituído em uma classe derivada, define o construtor sem parâmetros. O construtor definido aqui chama o construtor sem parâmetros do pai.

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

Parâmetros

attributes
MethodAttributes

Uma combinação bit a bit dos valores de enumeração que especifica os atributos a serem aplicados ao construtor.

Retornos

O construtor.

Aplica-se a