ConstructorInfoWrapper.UnderlyingConstructor Property

Definition

Gets this ConstructorInfo.

public:
 property System::Reflection::ConstructorInfo ^ UnderlyingConstructor { System::Reflection::ConstructorInfo ^ get(); };
public System.Reflection.ConstructorInfo UnderlyingConstructor { get; }
member this.UnderlyingConstructor : System.Reflection.ConstructorInfo
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo

Property Value

Returns ConstructorInfo.

Applies to