CompilerFeatureRequiredAttribute(String) 생성자

정의

전달된 CompilerFeatureRequiredAttribute 컴파일러 기능에 대한 instance 초기화합니다.

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

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

적용 대상