VBCodeParser.HandleTransition Method

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

Indicates a code that handles a transition.

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

'Declaration
Protected Sub HandleTransition ( _
	lastWhiteSpace As VBSymbol _
)
'Usage
Dim lastWhiteSpace As VBSymbol 

Me.HandleTransition(lastWhiteSpace)

Parameters

lastWhiteSpace
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbol
The last white space.
Show: