다음을 통해 공유


FieldBuilder.DeclaringType 속성

정의

해당 필드를 선언하는 형식의 Type 개체에 대한 참조를 나타냅니다. 이 속성은 읽기 전용입니다.

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 개체에 대한 참조입니다.

적용 대상