GenericTypeParameterBuilder.SetGenericParameterAttributesCore Metoda

Definice

Při přepsání v odvozené třídě nastaví rozptylové charakteristiky a speciální omezení obecného parametru, jako je omezení konstruktoru bez parametrů.

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)

Parametry

genericParameterAttributes
GenericParameterAttributes

Bitové kombinace hodnot výčtu, které představují charakteristiky rozptylu a speciální omezení parametru obecného typu.

Platí pro