RequiredAttributeAttribute(Type) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 以降ではサポートされていません。