CSharpCodeParser.AcceptWhile Method

Include Protected Members
Include Inherited Members

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

Accepts token while the specified token has not been reached.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method AcceptWhile(TSymbolType) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the token while a token of the given type is not found. (Inherited from TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.)
AcceptWhile(TSymbolType)
AcceptWhile(TSymbolType)
Protected method AcceptWhile(TSymbolType, 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 type has been reached. (Inherited from TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.)
Protected method AcceptWhile(TSymbolType, TSymbolType, 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 type has been reached. (Inherited from TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.)

Top

See Also

Reference

CSharpCodeParser Class

System.Web.Razor.Parser Namespace