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 vygenerovaný kompilátorem pro implementaci metody stavového počítače.

Platí pro

Viz také