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

필요한 컴파일러 기능의 이름입니다.

적용 대상