StateMachineAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci StateMachineAttribute třídy .

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

Parametry

stateMachineType
Type

Objekt typu pro typ základního stavového počítače, který byl vygenerován kompilátorem k implementaci metody stavového počítače.

Platí pro

Viz také