GenericTypeParameterBuilder.SetGenericParameterAttributesCore Metoda

Definicja

Po przesłonięciu w klasie pochodnej ustawia właściwości wariancji i specjalne ograniczenia parametru ogólnego, takie jak ograniczenie konstruktora bez parametrów.

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

Bitowa kombinacja wartości wyliczenia, która reprezentuje charakterystykę wariancji i specjalne ograniczenia parametru typu ogólnego.

Dotyczy