AsyncIteratorStateMachineAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci AsyncIteratorStateMachineAttribute třídy .

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

Parametry

stateMachineType
Type

Objekt typu pro základní stavový typ počítače, který se používá k implementaci metody stavového počítače.

Platí pro