Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.AcceptUntil Method (TSymbolType[])

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

Accepts token until a token of the given types is found.

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

Syntax

'Declaration
Protected Friend Sub AcceptUntil ( _
    ParamArray types As TSymbolType() _
)
'Usage
Dim types As TSymbolType()

Me.AcceptUntil(types)
protected internal void AcceptUntil(
    params TSymbolType[] types
)
protected public:
void AcceptUntil(
    ... array<TSymbolType>^ types
)
member AcceptUntil : 
        types:'TSymbolType[] -> unit
function AcceptUntil(
    ... types : TSymbolType[]
)

Parameters

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

AcceptUntil Overload

System.Web.Razor.Parser Namespace