StateMachineAttribute(Type) Construtor

Definição

Inicializa uma nova instância da StateMachineAttribute classe.

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

Parâmetros

stateMachineType
Type

O objeto tipo para o tipo de máquina de estados subjacente que foi gerado pelo compilador para implementar o método da máquina de estados.

Aplica-se a

Ver também