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 オブジェクトへの参照。

適用対象