LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.CreateSymbol Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
abstract TSymbol CreateSymbol(Microsoft::AspNetCore::Razor::SourceLocation location, System::String ^ content, TSymbolType type, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::RazorError ^> ^ errors);
protected abstract TSymbol CreateSymbol(Microsoft.AspNetCore.Razor.SourceLocation location, string content, TSymbolType type, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> errors);
abstract member CreateSymbol : Microsoft.AspNetCore.Razor.SourceLocation * string * 'SymbolType * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> -> 'Symbol
Protected MustOverride Function CreateSymbol (location As SourceLocation, content As String, type As TSymbolType, errors As IReadOnlyList(Of RazorError)) As TSymbol
Parameter
- location
- SourceLocation
- content
- String
- type
- TSymbolType
- errors
- IReadOnlyList<RazorError>