CSharpTokenizer.StartState Property

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

Gets the state of the machine.

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

'Declaration
Protected Overrides ReadOnly Property StartState As StateMachine<(Of <(TReturn>)>)..::.State 
	Get
'Usage
Dim value As StateMachine<(Of <(TReturn>)>)..::.State 

value = Me.StartState

Property Value

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