TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Output 方法

定義

多載

Output(AcceptedCharacters)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有已接受字元的權杖。

Output(SpanKind)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有範圍類型的權杖。

Output(SpanKind, AcceptedCharacters)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有指定範圍類型和已接受字元的權杖。

Output(AcceptedCharacters)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有已接受字元的權杖。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (accepts As AcceptedCharacters)

參數

accepts
AcceptedCharacters

接受的字元。

適用於

Output(SpanKind)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有範圍類型的權杖。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.SpanKind kind);
member this.Output : System.Web.Razor.Parser.SyntaxTree.SpanKind -> unit
Protected Friend Sub Output (kind As SpanKind)

參數

kind
SpanKind

範圍類型。

適用於

Output(SpanKind, AcceptedCharacters)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。輸出具有指定範圍類型和已接受字元的權杖。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.SpanKind kind, System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : System.Web.Razor.Parser.SyntaxTree.SpanKind * System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (kind As SpanKind, accepts As AcceptedCharacters)

參數

kind
SpanKind

範圍類型。

accepts
AcceptedCharacters

接受的字元。

適用於