StateMachine(TReturn).Transition Method (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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
member Transition :
newState:StateMachine<(Of <(TReturn>)>)..::.State -> StateMachine<(Of <(TReturn>)>)..::.StateResult
Parameters
- 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.
Show: