StateMachineAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

stateMachineType
Type

O objeto type para o tipo de computador de estado subjacente que foi gerado pelo compilador para implementar o método de computador de estado.

Aplica-se a

Confira também