Share via


ModelMetadataIdentity.ConstructorInfo Property

Definition

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.ConstructorInfo
Public ReadOnly Property ConstructorInfo As ConstructorInfo

Property Value

Applies to