Share via


AsyncIteratorStateMachineAttribute(Type) コンストラクター

定義

AsyncIteratorStateMachineAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

stateMachineType
Type

ステート マシン メソッドを実装するために使用される、基になるステート マシン型の型オブジェクト。

適用対象