StateMachineAttribute(Type) Konstruktor
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a StateMachineAttribute osztály új példányát.
public:
StateMachineAttribute(Type ^ stateMachineType);
public StateMachineAttribute(Type stateMachineType);
new System.Runtime.CompilerServices.StateMachineAttribute : Type -> System.Runtime.CompilerServices.StateMachineAttribute
Public Sub New (stateMachineType As Type)
Paraméterek
- stateMachineType
- Type
A mögöttes állapotgép-típus típusobjektuma, amelyet a fordító hozott létre az állapotgép-metódus implementálásához.