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

定義

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

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

パラメーター

stateMachineType
Type

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

適用対象