Share via


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)

Syntax

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

Me.HandleEmbeddedTransition(lastWhiteSpace)
protected void HandleEmbeddedTransition(
    VBSymbol lastWhiteSpace
)
protected:
void HandleEmbeddedTransition(
    VBSymbol^ lastWhiteSpace
)
member HandleEmbeddedTransition : 
        lastWhiteSpace:VBSymbol -> unit
protected function HandleEmbeddedTransition(
    lastWhiteSpace : VBSymbol
)

Parameters

See Also

Reference

VBCodeParser Class

HandleEmbeddedTransition Overload

System.Web.Razor.Parser Namespace