Compartir a través de


BindingMetadata.BoundConstructor Propiedad

Definición

Obtiene o establece el ConstructorInfo usado para enlazar y validar el tipo de modelo.

public:
 property System::Reflection::ConstructorInfo ^ BoundConstructor { System::Reflection::ConstructorInfo ^ get(); void set(System::Reflection::ConstructorInfo ^ value); };
public System.Reflection.ConstructorInfo BoundConstructor { get; set; }
public System.Reflection.ConstructorInfo? BoundConstructor { get; set; }
member this.BoundConstructor : System.Reflection.ConstructorInfo with get, set
Public Property BoundConstructor As ConstructorInfo

Valor de propiedad

Se aplica a