StateMachineAttribute(Type) Construtor
Definição
Inicializa uma nova instância da classe StateMachineAttribute.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)
Parâmetros
- stateMachineType
- Type
O objeto de tipo para o tipo de computador de estado subjacente gerado pelo compilador para implementar o método de computador de estado.The type object for the underlying state machine type that was generated by the compiler to implement the state machine method.