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 物件。

適用於