GenericTypeParameterBuilder.Attributes Propriedade

Definição

Obtém os atributos associados ao 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

Valor da propriedade

Um objeto TypeAttributes que representa o conjunto de atributos do Type, a menos que Type represente um parâmetro de tipo genérico; nesse caso, o valor não é especificado.

Aplica-se a