AsyncMethodBuilderAttribute(Type) 생성자

정의

AsyncMethodBuilderAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AsyncMethodBuilderAttribute(Type ^ builderType);
public AsyncMethodBuilderAttribute (Type builderType);
new System.Runtime.CompilerServices.AsyncMethodBuilderAttribute : Type -> System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
Public Sub New (builderType As Type)

매개 변수

builderType
Type

연결된 작성기의 형식입니다.

적용 대상