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 オブジェクト 。この場合、値は指定されていません。

適用対象