VBTokenizer.StartState Property

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

Gets the start state of the machine.

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

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

Property Value

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