AsyncIteratorStateMachineAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe AsyncIteratorStateMachineAttribute.

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

Parâmetros

stateMachineType
Type

O objeto type para o tipo de computador de estado subjacente usado para implementar um método de computador de estado.

Aplica-se a