ModelMetadataIdentity.ConstructorInfo Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un descripteur pour le constructeur, ou null
si ce instance ne représente pas un constructeur.
public:
property System::Reflection::ConstructorInfo ^ ConstructorInfo { System::Reflection::ConstructorInfo ^ get(); };
public System.Reflection.ConstructorInfo? ConstructorInfo { get; }
member this.ConstructorInfo : System.Reflection.ConstructorInfo
Public ReadOnly Property ConstructorInfo As ConstructorInfo