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

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

Accepts token while the token of the given types has been reached.

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

protected internal void AcceptWhile(
	params TSymbolType[] types
)

Parameters

types
Type: TSymbolType[]
The types.
Show: