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

생성자에 적용할 특성을 지정하는 열거형 값의 비트 조합입니다.

반환

생성자입니다.

적용 대상