StateMachineAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de StateMachineAttribute klasse.

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

Parameters

stateMachineType
Type

Het typeobject voor het onderliggende statusmachinetype dat is gegenereerd door de compiler om de statusmachinemethode te implementeren.

Van toepassing op

Zie ook