NewExpression.Constructor Propriété

Définition

Obtient le constructeur appelé.

public:
 property System::Reflection::ConstructorInfo ^ Constructor { System::Reflection::ConstructorInfo ^ get(); };
public System.Reflection.ConstructorInfo Constructor { get; }
public System.Reflection.ConstructorInfo? Constructor { get; }
member this.Constructor : System.Reflection.ConstructorInfo
Public ReadOnly Property Constructor As ConstructorInfo

Valeur de propriété

ConstructorInfo qui représente le constructeur appelé.

S’applique à