TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AddMarkerSymbolIfNecessary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.