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 TypeAttributes objeto que representa o conjunto de atributos do Type, a menos que represente Type um parâmetro de tipo genérico, nesse caso, o valor não é especificado.

Aplica-se a