StateMachine(TReturn).StartState Property

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

Gets the starting state of the machine.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

abstract function get StartState () : StateMachine<(Of <(TReturn>)>)..::.State

Property Value

Type: System.Web.Razor.StateMachine(TReturn).State
The starting state of the machine.
Show: