StateMachineAttribute(Type) Konstruktor

Definíció

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.

A következőre érvényes:

Lásd még