TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>::Output Method (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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Parameters
- kind
- Type: System.Web.Razor.Parser.SyntaxTree::SpanKind
The span kind.
- accepts
- Type: System.Web.Razor.Parser.SyntaxTree::AcceptedCharacters
The accepted characters.
Show: