StateMachine(TReturn).StateResult Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the state result.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The StateMachine(TReturn).StateResult generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
