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

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

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