AsyncIteratorStateMachineAttribute(Type) Konstruktor

Definition

Initierar en ny instans av AsyncIteratorStateMachineAttribute klassen.

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

Parametrar

stateMachineType
Type

Typobjektet för den underliggande tillståndsdatortypen som används för att implementera en tillståndsdatormetod.

Gäller för