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

El objeto de tipo para el tipo de máquina de estados subyacente generado por el compilador para implementar el método de máquina de estados.

Se aplica a

Consulte también