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

定義

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

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

パラメーター

stateMachineType
Type

ステート マシン メソッドを実装するためにコンパイラによって生成された、基になるステート マシン型の型オブジェクト。

適用対象

こちらもご覧ください