RequiredAttributeAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci RequiredAttributeAttribute třídy.

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

Parametry

requiredContract
Type

Typ, kterému musí plně porozumět importovaný kompilátor.

Tento parametr není podporován v rozhraní .NET Framework verze 2.0 a novější.

Platí pro