Share via


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)

Syntax

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

value = Me.StartState
protected override StateMachine<TReturn>.State StartState { get; }
protected:
virtual property StateMachine<TReturn>.State^ StartState {
    StateMachine<TReturn>.State^ get () override;
}
abstract StartState : StateMachine<TReturn>.State 
override StartState : StateMachine<TReturn>.State
override function get StartState () : StateMachine<TReturn>.State

Property Value

Type: System.Web.Razor.StateMachine<TReturn>.State
The start state of the machine.

See Also

Reference

VBTokenizer Class

System.Web.Razor.Tokenizer Namespace