EnumBuilder.DeclaringType 屬性

定義

傳回這個 EnumBuilder 宣告的類型。

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

屬性值

唯讀。 這個 EnumBuilder 宣告的類型。

適用於