StateMachineAttribute(Type) Constructor

Definition

Initializes a new instance of the StateMachineAttribute class.

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

The type object for the underlying state machine type that was generated by the compiler to implement the state machine method.

Applies to

See also