Share via


VBCodeParser.HandleEmbeddedTransition Method

Definition

Overloads

HandleEmbeddedTransition()

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

HandleEmbeddedTransition(VBSymbol)

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

HandleEmbeddedTransition()

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

protected override void HandleEmbeddedTransition ();
override this.HandleEmbeddedTransition : unit -> unit
Protected Overrides Sub HandleEmbeddedTransition ()

Applies to

HandleEmbeddedTransition(VBSymbol)

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

protected void HandleEmbeddedTransition (System.Web.Razor.Tokenizer.Symbols.VBSymbol lastWhiteSpace);
override this.HandleEmbeddedTransition : System.Web.Razor.Tokenizer.Symbols.VBSymbol -> unit
Protected Sub HandleEmbeddedTransition (lastWhiteSpace As VBSymbol)

Parameters

lastWhiteSpace
VBSymbol

The last white space.

Applies to