FieldBuilder.DeclaringType 属性

定义

指示对 Type 声明此字段的类型对象的引用。 此属性为只读。

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

属性值

Type 声明此字段的类型的对象引用。

适用于