TypeBuilder.DefineDefaultConstructorCore(MethodAttributes) Metoda

Definice

Při přepsání v odvozené třídě definuje konstruktor bez parametrů. Konstruktor definovaný zde volá konstruktor nadřazeného objektu bez parametrů.

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

Parametry

attributes
MethodAttributes

Bitovou kombinaci hodnot výčtu, která určuje atributy, které mají být použity konstruktoru.

Návraty

Konstruktor

Platí pro