TokenizerBackedParser(Of 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)

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

returnValue = Me.AcceptSingleWhiteSpaceCharacter()

Return Value

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