TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).AcceptUntil Method (TSymbolType, TSymbolType, TSymbolType)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Accepts the given tokens until a token of the given type is found.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Friend Sub AcceptUntil ( _ type1 As TSymbolType, _ type2 As TSymbolType, _ type3 As TSymbolType _ ) 'Usage Dim type1 As TSymbolType Dim type2 As TSymbolType Dim type3 As TSymbolType Me.AcceptUntil(type1, type2, type3)
Parameters
- type1
- Type: TSymbolType
The type of the first token.
- type2
- Type: TSymbolType
The type of the second token.
- type3
- Type: TSymbolType
The type of the third token.
Show: