TypeBuilder.GenericParameterAttributes Свойство

Определение

Получает значение, указывающее ковариацию и особые ограничения текущего параметра универсального типа.

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

Значение свойства

Побитовое сочетание значений GenericParameterAttributes, которое описывает ковариацию и особые ограничения текущего параметра универсального типа.

Комментарии

Примечание

При создании кода параметр универсального типа представлен объектом , GenericTypeParameterBuilder а не TypeBuilder объектом .

Применяется к