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

Имя требуемой функции компилятора.

Применяется к