다음을 통해 공유


NewExpression.Constructor 속성

정의

호출된 생성자를 가져옵니다.

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

속성 값

호출된 생성자를 나타내는 ConstructorInfo입니다.

적용 대상