TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AddMarkerSymbolIfNecessary Method

Definition

Overloads

AddMarkerSymbolIfNecessary()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.

AddMarkerSymbolIfNecessary(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.

AddMarkerSymbolIfNecessary()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.

protected internal void AddMarkerSymbolIfNecessary ();
member this.AddMarkerSymbolIfNecessary : unit -> unit
Protected Friend Sub AddMarkerSymbolIfNecessary ()

Applies to

AddMarkerSymbolIfNecessary(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.

protected internal void AddMarkerSymbolIfNecessary (System.Web.Razor.Text.SourceLocation location);
member this.AddMarkerSymbolIfNecessary : System.Web.Razor.Text.SourceLocation -> unit
Protected Friend Sub AddMarkerSymbolIfNecessary (location As SourceLocation)

Parameters

location
SourceLocation

The location where to add the symbol.

Applies to