RequiredAttributeAttribute(Type) Oluşturucu

Tanım

RequiredAttributeAttribute sınıfının yeni bir örneğini başlatır.

public:
 RequiredAttributeAttribute(Type ^ requiredContract);
public RequiredAttributeAttribute(Type requiredContract);
new System.Runtime.CompilerServices.RequiredAttributeAttribute : Type -> System.Runtime.CompilerServices.RequiredAttributeAttribute
Public Sub New (requiredContract As Type)

Parametreler

requiredContract
Type

İçeri aktarılan derleyicinin tam olarak anlaması gereken bir tür.

Bu parametre .NET Framework 2.0 ve sonraki sürümlerinde desteklenmez.

Şunlara uygulanır