StateMachineAttribute(Type) Konstruktor

Definition

Initierar en ny instans av StateMachineAttribute klassen.

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

Parametrar

stateMachineType
Type

Typobjektet för den underliggande tillståndsdatortypen som genererades av kompilatorn för att implementera tillståndsdatormetoden.

Gäller för

Se även