CompilerFeatureRequiredAttribute(String) コンストラクター

定義

CompilerFeatureRequiredAttribute渡されたコンパイラ機能のインスタンスを初期化します。

public:
 CompilerFeatureRequiredAttribute(System::String ^ featureName);
public CompilerFeatureRequiredAttribute (string featureName);
new System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute : string -> System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute
Public Sub New (featureName As String)

パラメーター

featureName
String

必要なコンパイラ機能の名前。

適用対象