VBCodeParser.HandleEmbeddedTransition Method (VBSymbol)

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

Handles the embedded transition.

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

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

Me.HandleEmbeddedTransition(lastWhiteSpace)

Parameters

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