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

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

適用対象