CSharpLanguageCharacteristics.CreateMarkerSymbol(SourceLocation) 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:
override Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpSymbol ^ CreateMarkerSymbol(Microsoft::AspNetCore::Razor::SourceLocation location);
public override Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbol CreateMarkerSymbol (Microsoft.AspNetCore.Razor.SourceLocation location);
override this.CreateMarkerSymbol : Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbol
Public Overrides Function CreateMarkerSymbol (location As SourceLocation) As CSharpSymbol
Parameters
- location
- SourceLocation