PropertyBuilder.DeclaringType 속성

정의

이 멤버를 선언하는 클래스를 가져옵니다.

public:
 virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type? DeclaringType { get; }
public override Type DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type

속성 값

이 멤버를 선언하는 클래스에 대한 Type 개체입니다.

적용 대상