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 de Propriedade

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

Aplica-se a