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 バージョン 2.0 以降ではサポートされていません。

適用対象