Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Output Méthode

Définition

Surcharges

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)

Paramètres

kind
SpanKind

S’applique à

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)

Paramètres

S’applique à

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)

Paramètres

kind
SpanKind

S’applique à