IteratorStateMachineAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase IteratorStateMachineAttribute.

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

Parámetros

stateMachineType
Type

Objeto de tipo para el tipo de máquina de estado subyacente que se usa para implementar un método de máquina de estado.

Se aplica a