TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Output Method (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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

'Declaration
Protected Friend Sub Output ( _
	accepts As AcceptedCharacters _
)
'Usage
Dim accepts As AcceptedCharacters 

Me.Output(accepts)

Parameters

accepts
Type: System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters
The accepted characters.
Show: