TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.Output Method

Include Protected Members
Include Inherited Members

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Outputs a token.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method Output(AcceptedCharacters) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with accepted characters.
Protected method Output(SpanKind) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with span kind.
Protected method Output(SpanKind, AcceptedCharacters) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with a given span kind and accepted characters.

Top

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace