Share via


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

必要編譯程式功能的名稱。

適用於