NewExpression.Constructor Propiedad

Definición

Obtiene el constructor al que se llamó.

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

Valor de propiedad

ConstructorInfo que representa el constructor al que se llamó.

Se aplica a