Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.AcceptSingleWhiteSpaceCharacter Method

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

Determines whether the parser accepts single whitespace character.

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

Syntax

'Declaration
Protected Function AcceptSingleWhiteSpaceCharacter As TSymbol
'Usage
Dim returnValue As TSymbol

returnValue = Me.AcceptSingleWhiteSpaceCharacter()
protected TSymbol AcceptSingleWhiteSpaceCharacter()
protected:
TSymbol AcceptSingleWhiteSpaceCharacter()
member AcceptSingleWhiteSpaceCharacter : unit -> 'TSymbol 
protected function AcceptSingleWhiteSpaceCharacter() : TSymbol

Return Value

Type: TSymbol
true if the parser accepts single whitespace character; otherwise, false.

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace