ModelMetadataIdentity.ConstructorInfo Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a descriptor for the constructor, or null if this instance
does not represent a constructor.
public:
 property System::Reflection::ConstructorInfo ^ ConstructorInfo { System::Reflection::ConstructorInfo ^ get(); };public System.Reflection.ConstructorInfo? ConstructorInfo { get; }member this.ConstructorInfo : System.Reflection.ConstructorInfoPublic ReadOnly Property ConstructorInfo As ConstructorInfo