Tokenizer<TSymbol,TSymbolType>.EndSymbol 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.
Überlädt
EndSymbol(TSymbolType)
protected:
TSymbol EndSymbol(TSymbolType type);
protected TSymbol EndSymbol(TSymbolType type);
member this.EndSymbol : 'SymbolType -> 'Symbol
Protected Function EndSymbol (type As TSymbolType) As TSymbol
Parameter
- type
- TSymbolType
Gibt zurück
Gilt für:
EndSymbol(SourceLocation, TSymbolType)
protected:
TSymbol EndSymbol(Microsoft::AspNetCore::Razor::SourceLocation start, TSymbolType type);
protected TSymbol EndSymbol(Microsoft.AspNetCore.Razor.SourceLocation start, TSymbolType type);
member this.EndSymbol : Microsoft.AspNetCore.Razor.SourceLocation * 'SymbolType -> 'Symbol
Protected Function EndSymbol (start As SourceLocation, type As TSymbolType) As TSymbol
Parameter
- start
- SourceLocation
- type
- TSymbolType