TypeBuilder.GenericParameterAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the covariance and special constraints of the current generic type parameter.
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
Property Value
A bitwise combination of GenericParameterAttributes values that describes the covariance and special constraints of the current generic type parameter.
Remarks
Note
When emitting code, a generic type parameter is represented by a GenericTypeParameterBuilder object rather than by a TypeBuilder object.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.