TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Output 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
Output(SpanKind, AcceptedCharacters) | |
Output(AcceptedCharacters) | |
Output(SpanKind) |
Output(SpanKind, AcceptedCharacters)
protected public:
void Output(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanKind kind, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::AcceptedCharacters accepts);
protected internal void Output (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind kind, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (kind As SpanKind, accepts As AcceptedCharacters)
Parameter
- kind
- SpanKind
- accepts
- AcceptedCharacters
Gilt für:
Output(AcceptedCharacters)
protected public:
void Output(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::AcceptedCharacters accepts);
protected internal void Output (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (accepts As AcceptedCharacters)
Parameter
- accepts
- AcceptedCharacters
Gilt für:
Output(SpanKind)
protected public:
void Output(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanKind kind);
protected internal void Output (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind kind);
member this.Output : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind -> unit
Protected Friend Sub Output (kind As SpanKind)
Parameter
- kind
- SpanKind