GenericTypeParameterBuilder.SetGenericParameterAttributesCore Method

Definition

When overridden in a derived class, sets the variance characteristics and special constraints of the generic parameter, such as the parameterless constructor constraint.

protected:
 abstract void SetGenericParameterAttributesCore(System::Reflection::GenericParameterAttributes genericParameterAttributes);
protected abstract void SetGenericParameterAttributesCore (System.Reflection.GenericParameterAttributes genericParameterAttributes);
abstract member SetGenericParameterAttributesCore : System.Reflection.GenericParameterAttributes -> unit
Protected MustOverride Sub SetGenericParameterAttributesCore (genericParameterAttributes As GenericParameterAttributes)

Parameters

genericParameterAttributes
GenericParameterAttributes

A bitwise combination of the enumeration values that represents the variance characteristics and special constraints of the generic type parameter.

Applies to