TypeBuilder.DefineDefaultConstructorCore(MethodAttributes) Метод

Определение

При переопределении в производном классе определяет конструктор без параметров. Конструктор, определенный здесь, вызывает конструктор без параметров родительского объекта.

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

Параметры

attributes
MethodAttributes

Побитовое сочетание значений перечисления, указывающее атрибуты, применяемые к конструктору.

Возвращаемое значение

Конструктор.

Применяется к