StateMachineAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Objeto de tipo para el tipo de máquina de estado subyacente generado por el compilador para implementar el método de máquina de estado.

Se aplica a

Consulte también