IteratorStateMachineAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci IteratorStateMachineAttribute třídy.

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

Parametry

stateMachineType
Type

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

Platí pro