LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.CreateMarkerSymbol 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.
public:
abstract TSymbol CreateMarkerSymbol(Microsoft::AspNetCore::Razor::SourceLocation location);
public abstract TSymbol CreateMarkerSymbol (Microsoft.AspNetCore.Razor.SourceLocation location);
abstract member CreateMarkerSymbol : Microsoft.AspNetCore.Razor.SourceLocation -> 'Symbol
Public MustOverride Function CreateMarkerSymbol (location As SourceLocation) As TSymbol
Parameters
- location
- SourceLocation
Returns
TSymbol