IteratorStateMachineAttribute(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

stateMachineType
Type

Obiekt typu dla podstawowego typu maszyny stanu, który jest używany do implementowania metody maszyny stanu.

Dotyczy