TokenizerBackedParser(Of 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 type is found.

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

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

Me.AcceptUntil(type)

Parameters

type
Type: TSymbolType
The type of the token.
Show: