TokenizerBackedParser(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.

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

member AcceptUntil : 
        type1:'TSymbolType * 
        type2:'TSymbolType * 
        type3:'TSymbolType -> unit

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: