GenericTypeParameterBuilder.Attributes 屬性

定義

取得與 Type 關聯的屬性。

public:
 virtual property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public override System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public Overrides ReadOnly Property Attributes As TypeAttributes

屬性值

代表 TypeAttributes 屬性集的 Type 物件;若 Type 代表的是泛型型別參數,則這個值就是未指定的。

適用於