Share via


RequiredAttributeAttribute(Type) コンストラクター

定義

RequiredAttributeAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

requiredContract
Type

インポート元のコンパイラが十分に理解する必要のある型。

このパラメーターは、.NET Framework Version 2.0 以降ではサポートされていません。

適用対象