StateMachine<TReturn>.StateResult Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state result.

protected class StateMachine<TReturn>.StateResult
Protected Class StateMachine(Of TReturn).StateResult

Type Parameters

TReturn
Inheritance
StateMachine<TReturn>.StateResult

Constructors

StateMachine<TReturn>.StateResult(StateMachine<TReturn>.State)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the StateMachine<TReturn>.StateResult class.

StateMachine<TReturn>.StateResult(TReturn, StateMachine<TReturn>.State)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the StateMachine<TReturn>.StateResult class.

Properties

HasOutput

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the state has output.

Next

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the next state in the machine.

Output

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output.

Applies to