Share via


LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType>.CreateMarkerSymbol Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a code language symbol with the specified source location as the start marker.

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

Syntax

'Declaration
Public MustOverride Function CreateMarkerSymbol ( _
    location As SourceLocation _
) As TSymbol
'Usage
Dim instance As LanguageCharacteristics 
Dim location As SourceLocation 
Dim returnValue As TSymbol

returnValue = instance.CreateMarkerSymbol(location)
public abstract TSymbol CreateMarkerSymbol(
    SourceLocation location
)
public:
virtual TSymbol CreateMarkerSymbol(
    SourceLocation location
) abstract
abstract CreateMarkerSymbol : 
        location:SourceLocation -> 'TSymbol 
public abstract function CreateMarkerSymbol(
    location : SourceLocation
) : TSymbol

Parameters

Return Value

Type: TSymbol
The symbol for the code language.

See Also

Reference

LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace