TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).AddMarkerSymbolIfNecessary Method (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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

function AddMarkerSymbolIfNecessary(
	location : SourceLocation
)

Parameters

location
Type: System.Web.Razor.Text.SourceLocation
The location where to add the symbol.
Show: