StateMachine(TReturn).Transition Method (TReturn, StateMachine(TReturn).State)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates the new transition of the state with the specified output.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
member Transition :
output:'TReturn *
newState:StateMachine<(Of <(TReturn>)>)..::.State -> StateMachine<(Of <(TReturn>)>)..::.StateResult
Parameters
- output
- Type: TReturn
The output.
- newState
- Type: System.Web.Razor.StateMachine(TReturn).State
The new state.
Return Value
Type: System.Web.Razor.StateMachine(TReturn).StateResultThe new transition of the state with the specified output.
Show: