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)
Syntax
'Declaration
Protected Sub HandleTransition ( _
lastWhiteSpace As VBSymbol _
)
'Usage
Dim lastWhiteSpace As VBSymbol
Me.HandleTransition(lastWhiteSpace)
protected void HandleTransition(
VBSymbol lastWhiteSpace
)
protected:
void HandleTransition(
VBSymbol^ lastWhiteSpace
)
member HandleTransition :
lastWhiteSpace:VBSymbol -> unit
protected function HandleTransition(
lastWhiteSpace : VBSymbol
)
Parameters
- lastWhiteSpace
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbol
The last white space.