Share via


TokenizerBackedParser<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)

Syntax

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

Me.Output(accepts)
protected internal void Output(
    AcceptedCharacters accepts
)
protected public:
void Output(
    AcceptedCharacters accepts
)
member Output : 
        accepts:AcceptedCharacters -> unit
function Output(
    accepts : AcceptedCharacters
)

Parameters

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

Output Overload

System.Web.Razor.Parser Namespace