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 オブジェクト。

適用対象